google_api_big_query_data_transfer v0.14.0 GoogleApi.BigQueryDataTransfer.V1.Model.TransferMessage View Source
Represents a user facing message for a particular data transfer run.
Attributes
messageText
(type:String.t
, default:nil
) - Message text.messageTime
(type:DateTime.t
, default:nil
) - Time when message was logged.severity
(type:String.t
, default:nil
) - Message severity.
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.BigQueryDataTransfer.V1.Model.TransferMessage{ messageText: String.t(), messageTime: DateTime.t(), severity: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.