GoogleApi.Dataform.V1beta1.Model.ListWorkflowInvocationsResponse (google_api_dataform v0.8.0)
View SourceListWorkflowInvocations response message.
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) - Locations which could not be reached. -
workflowInvocations(type:list(GoogleApi.Dataform.V1beta1.Model.WorkflowInvocation.t), default:nil) - List of workflow invocations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataform.V1beta1.Model.ListWorkflowInvocationsResponse{ nextPageToken: String.t() | nil, unreachable: [String.t()] | nil, workflowInvocations: [GoogleApi.Dataform.V1beta1.Model.WorkflowInvocation.t()] | nil }