View Source GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1MessageBody (google_api_advisory_notifications v0.4.0)

A message body containing text.

Attributes

  • text (type: GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Text.t, default: nil) - The text content of the message body.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1MessageBody{
    text:
      GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Text.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.