View Source GoogleApi.AlertCenter.V1beta1.Model.MandatoryServiceAnnouncement (google_api_alert_center v0.24.0)

Alert Created by the MSA team for communications necessary for continued use of Google Workspace Products.

Attributes

  • description (type: String.t, default: nil) - Detailed, freeform text describing the announcement
  • title (type: String.t, default: nil) - One line summary of the announcement

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.MandatoryServiceAnnouncement{
  description: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.