Struct google_cloudasset1_beta1::TimeWindow[][src]

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

A time window of [start_time, end_time).

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

Fields

End time of the time window (exclusive). Current timestamp if not specified.

Start time of the time window (inclusive).

Trait Implementations

impl Default for TimeWindow
[src]

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

impl Clone for TimeWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeWindow
[src]

Formats the value using the given formatter. Read more

impl Part for TimeWindow
[src]

Auto Trait Implementations

impl Send for TimeWindow

impl Sync for TimeWindow