GoogleApi.Workflows.V1.Model.ListWorkflowRevisionsResponse (google_api_workflows v0.9.1)

View Source

Response for the ListWorkflowRevisions method.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to 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

t()

@type t() :: %GoogleApi.Workflows.V1.Model.ListWorkflowRevisionsResponse{
  nextPageToken: String.t() | nil,
  workflows: [GoogleApi.Workflows.V1.Model.Workflow.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.