google_api_dataflow v0.1.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 ([FailedLocation]): Zero or more messages describing locations that failed to respond. Defaults to: null.
  • jobs ([Job]): A subset of the requested job information. Defaults to: null.
  • nextPageToken (String.t): Set if there may be more results than fit in this response. Defaults to: null.

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 Source
t() :: %GoogleApi.Dataflow.V1b3.Model.ListJobsResponse{
  failedLocation: [GoogleApi.Dataflow.V1b3.Model.FailedLocation.t()],
  jobs: [GoogleApi.Dataflow.V1b3.Model.Job.t()],
  nextPageToken: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.