Sha256: 4b2121311be0b2a9cd2fecc3b001ee8ba548c59e3c9b349c9e89e78b1b85063b
Contents?: true
Size: 797 Bytes
Versions: 7
Compression:
Stored size: 797 Bytes
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. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TemplateArgDef.new(type: null, description: null, title: null, ui: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems