Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 947 Bytes

TemplateArgDef.md

File metadata and controls

16 lines (11 loc) · 947 Bytes

TemplateArgDef

Properties

Name Type Description Notes
type str The type of value this argument expects.
description str A campaigner-friendly description of the argument, this will also be shown in the rule editor. [optional]
title str 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.
picklist_id int ID of the picklist linked to a template. [optional]
restricted_by_picklist 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]