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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.