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

Attributes

  • id (String.t): 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. Defaults to nil.
  • isDismissible (boolean()): Whether this alert can be dismissed. Defaults to nil.
  • kind (String.t): Kind of resource this is, in this case adsense#alert. Defaults to adsense#alert.
  • message (String.t): The localized alert message. Defaults to nil.
  • severity (String.t): Severity of this alert. Possible values: INFO, WARNING, SEVERE. Defaults to nil.
  • type (String.t): Type of this alert. Possible values: SELF_HOLD, MIGRATED_TO_BILLING3, ADDRESS_PIN_VERIFICATION, PHONE_PIN_VERIFICATION, CORPORATE_ENTITY, GRAYLISTED_PUBLISHER, API_HOLD. Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.