GoogleApi.Dataflow.V1b3.Model.JobMessage (google_api_dataflow v0.35.0) 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
Specs
t() :: %GoogleApi.Dataflow.V1b3.Model.JobMessage{ id: String.t() | nil, messageImportance: String.t() | nil, messageText: String.t() | nil, time: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.