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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.