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

A text object containing the English text and its localized copies.

Attributes

  • enText (type: String.t, default: nil) - The English copy.
  • localizationState (type: String.t, default: nil) - Status of the localization.
  • localizedText (type: String.t, default: nil) - The requested localized copy (if applicable).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdvisoryNotifications.V1.Model.GoogleCloudAdvisorynotificationsV1Text{
    enText: String.t() | nil,
    localizationState: String.t() | nil,
    localizedText: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.