Sha256: 9387ad7e1b3b93594c3a14536d5d841bda8b5915a4f8ddec07f56638684b4cf6

Contents?: true

Size: 1.2 KB

Versions: 13

Compression:

Stored size: 1.2 KB

Contents

# TalonOne::NewTemplateDef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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. | [optional] 
**help** | **String** | Extended help text for the template. | [optional] 
**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]

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewTemplateDef.new(title: null,
                                 description: null,
                                 help: null,
                                 category: null,
                                 expr: null,
                                 args: null,
                                 expose: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewTemplateDef.md
talon_one-6.0.0 docs/NewTemplateDef.md
talon_one-5.0.0 docs/NewTemplateDef.md
talon_one-3.0.2 docs/NewTemplateDef.md
talon_one-3.0.1 docs/NewTemplateDef.md
talon_one-3.0.0 docs/NewTemplateDef.md
talon_one-2.5.1 docs/NewTemplateDef.md
talon_one-2.4.0 docs/NewTemplateDef.md
talon_one-2.3.0 docs/NewTemplateDef.md
talon_one-2.2.0 docs/NewTemplateDef.md
talon_one-2.1.1 docs/NewTemplateDef.md
talon_one-2.1.0 docs/NewTemplateDef.md
talon_one-2.0.0 docs/NewTemplateDef.md