google_api_ad_exchange_buyer v0.21.0 GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReportList 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
Link to this type
t()
View Sourcet() :: %GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReportList{ kind: String.t(), performanceReport: [GoogleApi.AdExchangeBuyer.V14.Model.PerformanceReport.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.