View Source GoogleApi.AdSense.V14.Model.Alerts (google_api_ad_sense v0.15.0)

Attributes

  • items (type: list(GoogleApi.AdSense.V14.Model.Alert.t), default: nil) - The alerts returned in this list response.
  • kind (type: String.t, default: adsense#alerts) - Kind of list this is, in this case adsense#alerts.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V14.Model.Alerts{
  items: [GoogleApi.AdSense.V14.Model.Alert.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.