View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Message (google_api_advisory_notifications v0.4.0)
A message which contains notification details.
Attributes
-
attachments
(type:list(GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Attachment.t)
, default:nil
) - The attachments to download. -
body
(type:GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1MessageBody.t
, default:nil
) - The message content. -
createTime
(type:DateTime.t
, default:nil
) - The Message creation timestamp. -
localizationTime
(type:DateTime.t
, default:nil
) - Time when Message was localized
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Message{ attachments: [ GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Attachment.t() ] | nil, body: GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1MessageBody.t() | nil, createTime: DateTime.t() | nil, localizationTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.