google_api_dataflow v0.21.0 GoogleApi.Dataflow.V1b3.Model.JobMessage View Source
A particular message pertaining to a Dataflow job.
Attributes
id(type:String.t, default:nil) - Deprecated.messageImportance(type:String.t, default:nil) - Importance level of the message.messageText(type:String.t, default:nil) - The text of the message.time(type:DateTime.t, default:nil) - The timestamp of the message.
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 Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.JobMessage{
id: String.t(),
messageImportance: String.t(),
messageText: String.t(),
time: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.