Struct google_adexchangebuyer1d4::PerformanceReportList[][src]

pub struct PerformanceReportList {
    pub kind: Option<String>,
    pub performance_report: Option<Vec<PerformanceReport>>,
}

The configuration data for an Ad Exchange performance report list.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Resource type.

A list of performance reports relevant for the account.

Trait Implementations

impl Default for PerformanceReportList
[src]

Returns the "default value" for a type. Read more

impl Clone for PerformanceReportList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PerformanceReportList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for PerformanceReportList
[src]

Auto Trait Implementations