Struct google_adexchangebuyer2_v2_beta1::TimeInterval[][src]

pub struct TimeInterval {
    pub end_time: Option<String>,
    pub start_time: Option<String>,
}

An interval of time, with an absolute start and end.

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

Fields

The timestamp marking the end of the range (exclusive) for which data is included.

The timestamp marking the start of the range (inclusive) for which data is included.

Trait Implementations

impl Default for TimeInterval
[src]

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

impl Clone for TimeInterval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeInterval
[src]

Formats the value using the given formatter. Read more

impl Part for TimeInterval
[src]

Auto Trait Implementations