GoogleApi.Dataflow.V1b3.Model.ListJobMessagesResponse (google_api_dataflow v0.30.1) View Source

Response to a request to list job messages.

Attributes

  • autoscalingEvents (type: list(GoogleApi.Dataflow.V1b3.Model.AutoscalingEvent.t), default: nil) - Autoscaling events in ascending timestamp order.
  • jobMessages (type: list(GoogleApi.Dataflow.V1b3.Model.JobMessage.t), default: nil) - Messages in ascending timestamp order.
  • nextPageToken (type: String.t, default: nil) - The token to obtain the next page of results if there are more.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataflow.V1b3.Model.ListJobMessagesResponse{
  autoscalingEvents: [GoogleApi.Dataflow.V1b3.Model.AutoscalingEvent.t()],
  jobMessages: [GoogleApi.Dataflow.V1b3.Model.JobMessage.t()],
  nextPageToken: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.