The InstanceStepsPage Entity
InstanceStepsPage
The \Catalytic\SDK\Entities\InstanceStepsPage
class represents a page of InstanceStep
s, usually returned from the Instances->findSteps()
method.
Instance methods
Name | Return Type | Description |
---|---|---|
getInstanceSteps | array | The Instance Steps included in this page of results |
getNextPageToken | string | The token used to fetch the next page of Instance Steps |
getCount | int | The total number of Instance Steps |
Updated about 3 years ago