Struct google_adexchangebuyer2_v2_beta1::RealtimeTimeRange[][src]

pub struct RealtimeTimeRange {
    pub start_timestamp: Option<String>,
}

An open-ended realtime time range specified by the start timestamp. For filter sets that specify a realtime time range RTB metrics continue to be aggregated throughout the lifetime of the filter set.

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

Fields

The start timestamp of the real-time RTB metrics aggregation.

Trait Implementations

impl Default for RealtimeTimeRange
[src]

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

impl Clone for RealtimeTimeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RealtimeTimeRange
[src]

Formats the value using the given formatter. Read more

impl Part for RealtimeTimeRange
[src]

Auto Trait Implementations