GoogleApi.Dataflow.V1b3.Model.ListJobMessagesResponse (google_api_dataflow v0.37.0) 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()] | nil,
jobMessages: [GoogleApi.Dataflow.V1b3.Model.JobMessage.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.