View Source GoogleApi.AdSense.V2.Model.ListAlertsResponse (google_api_ad_sense v0.15.1)

Response definition for the alerts list rpc.

Attributes

  • alerts (type: list(GoogleApi.AdSense.V2.Model.Alert.t), default: nil) - The alerts returned in this list response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdSense.V2.Model.ListAlertsResponse{
  alerts: [GoogleApi.AdSense.V2.Model.Alert.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.