Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.04 KB

TemplateArgDef.md

File metadata and controls

15 lines (12 loc) · 1.04 KB

TalonOne.Model.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. [optional]
Title string A campaigner friendly name for the argument, this will be shown in the rule editor.
Ui Object Arbitrary metadata that may be used to render an input for this argument.
Key string The identifier for the associated value within the JSON object. [optional]
PicklistID int ID of the picklist linked to a template. [optional]
RestrictedByPicklist bool Whether or not this attribute's value is restricted by picklist (`picklist` property) [optional]

[Back to Model list] [Back to API list] [Back to README]