Sha256: 7d67433cc957ffdbe5f94d2fbe0c6dcf6ebecdf3778220617c5591acdb9cf116

Contents?: true

Size: 668 Bytes

Versions: 3

Compression:

Stored size: 668 Bytes

Contents

# TalonOne::CampaignSetBranchNode

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | Indicates the node type. | 
**name** | **String** | Name of the set | 
**operator** | **String** | How does the set operates on its elements. | 
**elements** | [**Array<CampaignSetNode>**](CampaignSetNode.md) | Child elements of this set. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignSetBranchNode.new(type: SET,
                                 name: name,
                                 operator: ALL,
                                 elements: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/CampaignSetBranchNode.md
talon_one-3.0.1 docs/CampaignSetBranchNode.md
talon_one-3.0.0 docs/CampaignSetBranchNode.md