Sha256: bd611231d1d4ba0b0de66a1f106b8dc679f59b2d30080d0f59d00726f97bf8a3

Contents?: true

Size: 1.63 KB

Versions: 6

Compression:

Stored size: 1.63 KB

Contents

# TalonOne::TemplateDef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**title** | **String** | Campaigner-friendly name for the template that will be shown in the rule editor. | 
**description** | **String** | A short description of the template that will be shown in the rule editor. | 
**help** | **String** | Extended help text for the template. | 
**category** | **String** | Used for grouping templates in the rule editor sidebar. | 
**expr** | **Array<Object>** | A Talang expression that contains variable bindings referring to args. | 
**args** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | An array of argument definitions. | 
**expose** | **Boolean** | A flag to control exposure in Rule Builder. | [optional] [default to false]
**name** | **String** | The template name used in Talang. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::TemplateDef.new(id: null,
                                 created: null,
                                 application_id: null,
                                 title: null,
                                 description: null,
                                 help: null,
                                 category: null,
                                 expr: null,
                                 args: null,
                                 expose: null,
                                 name: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/TemplateDef.md
talon_one-2.3.0 docs/TemplateDef.md
talon_one-2.2.0 docs/TemplateDef.md
talon_one-2.1.1 docs/TemplateDef.md
talon_one-2.1.0 docs/TemplateDef.md
talon_one-2.0.0 docs/TemplateDef.md