Struct google_analyticsreporting4::ReportRow[][src]

pub struct ReportRow {
    pub metrics: Option<Vec<DateRangeValues>>,
    pub dimensions: Option<Vec<String>>,
}

A row in the report.

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

Fields

List of metrics for each requested DateRange.

List of requested dimensions.

Trait Implementations

impl Default for ReportRow
[src]

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

impl Clone for ReportRow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportRow
[src]

Formats the value using the given formatter. Read more

impl Part for ReportRow
[src]

Auto Trait Implementations

impl Send for ReportRow

impl Sync for ReportRow