GoogleApi.AdSense.V14.Model.Alerts (google_api_ad_sense v0.18.0)
View SourceAttributes
-
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 }