GoogleApi.Workflows.V1beta.Model.ListWorkflowsResponse (google_api_workflows v0.9.1)
View SourceResponse for the ListWorkflows 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. -
unreachable(type:list(String.t), default:nil) - Unreachable resources. -
workflows(type:list(GoogleApi.Workflows.V1beta.Model.Workflow.t), default:nil) - The workflows which match the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Workflows.V1beta.Model.ListWorkflowsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workflows: [GoogleApi.Workflows.V1beta.Model.Workflow.t()] | nil }