Sha256: 48b2f888087a926cbce6686df86bf9198694123882dae59943512ee1fc89ee03

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

# TalonOne::FuncArgDef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of value this argument expects. | 
**description** | **String** | A campaigner-friendly description of the argument, this will also be shown in the rule editor. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::FuncArgDef.new(type: null,
                                 description: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/FuncArgDef.md
talon_one-6.0.0 docs/FuncArgDef.md
talon_one-5.0.0 docs/FuncArgDef.md