View Source GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReportList (google_api_ad_exchange_buyer v0.41.0)

The configuration data for an Ad Exchange performance report list.

Attributes

  • kind (type: String.t, default: adexchangebuyer#performanceReportList) - Resource type.
  • performanceReport (type: list(GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport.t), default: nil) - A list of performance reports relevant for the account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReportList{
  kind: String.t() | nil,
  performanceReport:
    [GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.