Sha256: 72b7beb48df9edfe7e78f354a93ac67c0e1f3a012799aaba2796465a6505e453

Contents?: true

Size: 864 Bytes

Versions: 6

Compression:

Stored size: 864 Bytes

Contents

# TalonOne::CampaignTemplateParams

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the campaign template parameter. | 
**type** | **String** | Defines the type of parameter value. | 
**description** | **String** | Explains the meaning of this template parameter and the placeholder value that will define it. It is used on campaign creation from this template. | 
**attribute_id** | **Integer** | ID of the corresponding attribute. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignTemplateParams.new(name: discount_value,
                                 type: number,
                                 description: This is a template parameter of type `number`.,
                                 attribute_id: 42)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CampaignTemplateParams.md
talon_one-6.0.0 docs/CampaignTemplateParams.md
talon_one-5.0.0 docs/CampaignTemplateParams.md
talon_one-3.0.2 docs/CampaignTemplateParams.md
talon_one-3.0.1 docs/CampaignTemplateParams.md
talon_one-3.0.0 docs/CampaignTemplateParams.md