GoogleApi.AdSense.V2.Model.ListAlertsResponse (google_api_ad_sense v0.18.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.