API Reference
Class
ToolingRuleDataSeries
Generic data-series envelope used for rule payload arrays.
Inheritance
- Object
- ToolingRuleDataSeries
Constructors
public ToolingRuleDataSeries() #Inherited Methods
Properties
public Int32 Count { get; set; } #Total number of source items.
public Int32 ReturnedCount { get; set; } #Number of returned items after optional caps.
public Boolean Truncated { get; set; } #Indicates whether returned items were truncated by a tooling cap.
public IReadOnlyList<Object> Items { get; set; } #JSON-safe item payloads.