WorkflowPage
in package
FinalYes
One page from the workflow visibility API.
Table of Contents
Properties
- $executions : array<string|int, mixed>
- $nextPageToken : string|null
- $raw : array<string|int, mixed>
- $workflowCount : int
Methods
- __construct() : mixed
Properties
$executions read-only
public
array<string|int, mixed>
$executions
$nextPageToken read-only
public
string|null
$nextPageToken
$raw read-only
public
array<string|int, mixed>
$raw
$workflowCount read-only
public
int
$workflowCount
Methods
__construct()
public
__construct(array<int, WorkflowExecution> $executions, string|null $nextPageToken, int $workflowCount, array<string, mixed> $raw) : mixed
Parameters
- $executions : array<int, WorkflowExecution>
- $nextPageToken : string|null
- $workflowCount : int
- $raw : array<string, mixed>