View Source GoogleApi.AdSense.V14.Model.Alert (google_api_ad_sense v0.16.1)

Attributes

  • id (type: String.t, default: nil) - Unique identifier of this alert. This should be considered an opaque identifier; it is not safe to rely on it being in any particular format.
  • isDismissible (type: boolean(), default: nil) - Whether this alert can be dismissed.
  • kind (type: String.t, default: adsense#alert) - Kind of resource this is, in this case adsense#alert.
  • message (type: String.t, default: nil) - The localized alert message.
  • severity (type: String.t, default: nil) - Severity of this alert. Possible values: INFO, WARNING, SEVERE.
  • type (type: String.t, default: nil) - Type of this alert. Possible values: SELF_HOLD, MIGRATED_TO_BILLING3, ADDRESS_PIN_VERIFICATION, PHONE_PIN_VERIFICATION, CORPORATE_ENTITY, GRAYLISTED_PUBLISHER, API_HOLD.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.Alert{
  id: String.t() | nil,
  isDismissible: boolean() | nil,
  kind: String.t() | nil,
  message: 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.