Struct google_adsense1d4::AdsenseReportsGenerateResponseHeaders [] [src]

pub struct AdsenseReportsGenerateResponseHeaders {
    pub currency: Option<String>,
    pub type_: Option<String>,
    pub name: Option<String>,
}

The header information of the columns requested in the report. This is a list of headers; one for each dimension in the request, followed by one for each metric in the request.

This type is not used in any activity, and only used as part of another schema.

Fields

The currency of this column. Only present if the header type is METRIC_CURRENCY.

The type of the header; one of DIMENSION, METRIC_TALLY, METRIC_RATIO, or METRIC_CURRENCY.

The name of the header.

Trait Implementations

impl Default for AdsenseReportsGenerateResponseHeaders
[src]

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

impl Clone for AdsenseReportsGenerateResponseHeaders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdsenseReportsGenerateResponseHeaders
[src]

Formats the value using the given formatter.

impl NestedType for AdsenseReportsGenerateResponseHeaders
[src]

impl Part for AdsenseReportsGenerateResponseHeaders
[src]