Sha256: 60f9cc1b82f38758485178a8a740858f193cb8b463bca90cf6608a6103ebf063
Contents?: true
Size: 667 Bytes
Versions: 7
Compression:
Stored size: 667 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: null, name: null, operator: null, elements: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems