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] |
require 'TalonOne'
instance = TalonOne::FuncArgDef.new(type: null,
description: null)