google_api_ad_sense v0.10.0 GoogleApi.AdSense.V14.Model.Alert View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AdSense.V14.Model.Alert{
  id: String.t(),
  isDismissible: boolean(),
  kind: String.t(),
  message: String.t(),
  severity: String.t(),
  type: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.