Sha256: e4e0c7cf3f8bd22d876f7af0f25da3c9b2536382a9a080626030f1201cccd755

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

# TalonOne::TemplateArgDef

## 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. | 
**title** | **String** | A campaigner friendly name for the argument, this will be shown in the rule editor. | 
**ui** | [**Object**](.md) | Arbitrary metadata that may be used to render an input for this argument. | 
**picklist_id** | **Integer** | ID of the picklist linked to a template. | [optional] 
**restricted_by_picklist** | **Boolean** | Whether or not this attribute's value is restricted by picklist (`picklist` property) | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TemplateArgDef.new(type: null,
                                 description: null,
                                 title: null,
                                 ui: null,
                                 picklist_id: null,
                                 restricted_by_picklist: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/TemplateArgDef.md
talon_one-3.0.1 docs/TemplateArgDef.md
talon_one-3.0.0 docs/TemplateArgDef.md