GoogleApi.Workflows.V1.Model.ListWorkflowsResponse (google_api_workflows v0.4.0) View Source
Response for the ListWorkflows method.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - A token, which can be sent aspage_token
to retrieve the next page. If this field is omitted, there are no subsequent pages. -
unreachable
(type:list(String.t)
, default:nil
) - Unreachable resources. -
workflows
(type:list(GoogleApi.Workflows.V1.Model.Workflow.t)
, default:nil
) - The workflows which match the request.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Workflows.V1.Model.ListWorkflowsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workflows: [GoogleApi.Workflows.V1.Model.Workflow.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.