Struct google_jobs3::TimestampRange[][src]

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

Message representing a period of time between two timestamps.

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

Fields

End of the period.

Begin of the period.

Trait Implementations

impl Default for TimestampRange
[src]

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

impl Clone for TimestampRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimestampRange
[src]

Formats the value using the given formatter. Read more

impl Part for TimestampRange
[src]

Auto Trait Implementations