google_api_ad_exchange_seller v0.1.0 GoogleApi.AdExchangeSeller.V20.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: null.
  • kind (String.t): Kind of resource this is, in this case adexchangeseller#alert. Defaults to: null.
  • message (String.t): The localized alert message. Defaults to: null.
  • severity (String.t): Severity of this alert. Possible values: INFO, WARNING, SEVERE. Defaults to: null.
  • 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: null.

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.AdExchangeSeller.V20.Model.Alert{
  id: any(),
  kind: any(),
  message: any(),
  severity: any(),
  type: any()
}

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.