View Source GoogleApi.Dataflow.V1b3.Model.JobMessage (google_api_dataflow v0.52.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.JobMessage{ id: String.t() | nil, messageImportance: String.t() | nil, messageText: String.t() | nil, time: DateTime.t() | nil }