google_api_dataflow v0.15.0 GoogleApi.Dataflow.V1b3.Model.ListJobsResponse View Source
Response to a request to list Cloud Dataflow jobs. This may be a partial response, depending on the page size in the ListJobsRequest.
Attributes
failedLocation
(type:list(GoogleApi.Dataflow.V1b3.Model.FailedLocation.t)
, default:nil
) - Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.jobs
(type:list(GoogleApi.Dataflow.V1b3.Model.Job.t)
, default:nil
) - A subset of the requested job information.nextPageToken
(type:String.t
, default:nil
) - Set if there may be more results than fit in this response.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.ListJobsResponse{ failedLocation: [GoogleApi.Dataflow.V1b3.Model.FailedLocation.t()], jobs: [GoogleApi.Dataflow.V1b3.Model.Job.t()], nextPageToken: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.