Struct google_adexchangebuyer2_v2_beta1::RowDimensions[][src]

pub struct RowDimensions {
    pub time_interval: Option<TimeInterval>,
}

A response may include multiple rows, breaking down along various dimensions. Encapsulates the values of all dimensions for a given row.

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

Fields

The time interval that this row represents.

Trait Implementations

impl Default for RowDimensions
[src]

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

impl Clone for RowDimensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RowDimensions
[src]

Formats the value using the given formatter. Read more

impl Part for RowDimensions
[src]

Auto Trait Implementations