google_api_dataflow v0.20.0 GoogleApi.Dataflow.V1b3.Model.ListJobMessagesResponse 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.