GoogleApi.Workflows.V1.Model.ListWorkflowRevisionsResponse (google_api_workflows v0.9.1)
View SourceResponse for the ListWorkflowRevisions method.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token, which can be sent aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages. -
workflows(type:list(GoogleApi.Workflows.V1.Model.Workflow.t), default:nil) - The revisions of the workflow, ordered in reverse chronological order.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workflows.V1.Model.ListWorkflowRevisionsResponse{ nextPageToken: String.t() | nil, workflows: [GoogleApi.Workflows.V1.Model.Workflow.t()] | nil }