Struct google_cloudbuild1::TimeSpan[][src]

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

Start and end times for a build execution phase.

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

Fields

End of time span.

Start of time span.

Trait Implementations

impl Default for TimeSpan
[src]

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

impl Clone for TimeSpan
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeSpan
[src]

Formats the value using the given formatter. Read more

impl Part for TimeSpan
[src]

Auto Trait Implementations

impl Send for TimeSpan

impl Sync for TimeSpan