Sha256: 62ec0b798b8000a1cea75e1e5f72b347c9d06e35e3d3a30fe199c781df08d215
Contents?: true
Size: 1.36 KB
Versions: 3
Compression:
Stored size: 1.36 KB
Contents
# TalonOne::CampaignSetBranchNode ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | Indicates the node type. | **name** | **String** | Name of the set. | **operator** | **String** | An indicator of how the set operates on its elements. | **elements** | [**Array<CampaignSetNode>**](CampaignSetNode.md) | Child elements of this set. | **group_id** | **Integer** | The ID of the campaign set. | **locked** | **Boolean** | An indicator of whether the campaign set is locked for modification. | **description** | **String** | A description of the campaign set. | [optional] **evaluation_mode** | **String** | The mode by which campaigns in the campaign evaluation group are evaluated. | **evaluation_scope** | **String** | The evaluation scope of the campaign evaluation group. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignSetBranchNode.new(type: SET, name: name, operator: ALL, elements: null, group_id: null, locked: null, description: null, evaluation_mode: null, evaluation_scope: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignSetBranchNode.md |
talon_one-6.0.0 | docs/CampaignSetBranchNode.md |
talon_one-5.0.0 | docs/CampaignSetBranchNode.md |