Class SpreadLegRule
Inherited Members
Namespace: tt_net_sdk
Assembly: tt-net-api.dll
Syntax
public class SpreadLegRule
Properties
CustomVariables
Declaration
[JsonIgnore]
public IReadOnlyCollection<SpreadLegRuleVariable> CustomVariables { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<SpreadLegRuleVariable> |
Enabled
Declaration
[JsonIgnore]
public bool Enabled { get; }
Property Value
Type | Description |
---|---|
bool |
SpreadRule
Declaration
[JsonIgnore]
public SpreadRule SpreadRule { get; }
Property Value
Type | Description |
---|---|
SpreadRule |