GoogleApi.WorkflowExecutions.V1.Model.ListStepEntriesResponse (google_api_workflow_executions v0.11.3)
View SourceResponse message for ExecutionHistory.ListStepEntries.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve next page of results. Pass this value in the ListStepEntriesRequest.page_token field in the subsequent call toListStepEntries
method to retrieve the next page of results. -
stepEntries
(type:list(GoogleApi.WorkflowExecutions.V1.Model.StepEntry.t)
, default:nil
) - The list of entries. -
totalSize
(type:integer()
, default:nil
) - Indicates the total number of StepEntries that matched the request filter. For running executions, this number shows the number of StepEntries that are executed thus far.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WorkflowExecutions.V1.Model.ListStepEntriesResponse{ nextPageToken: String.t() | nil, stepEntries: [GoogleApi.WorkflowExecutions.V1.Model.StepEntry.t()] | nil, totalSize: integer() | nil }