View Source GoogleApi.AdSense.V2.Model.Alert (google_api_ad_sense v0.17.0)

Representation of an alert.

Attributes

  • message (type: String.t, default: nil) - Output only. The localized alert message. This may contain HTML markup, such as phrase elements or links.
  • name (type: String.t, default: nil) - Output only. Resource name of the alert. Format: accounts/{account}/alerts/{alert}
  • severity (type: String.t, default: nil) - Output only. Severity of this alert.
  • type (type: String.t, default: nil) - Output only. Type of alert. This identifies the broad type of this alert, and provides a stable machine-readable identifier that will not be translated. For example, "payment-hold".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.Alert{
  message: String.t() | nil,
  name: String.t() | nil,
  severity: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.