Struct google_youtubeanalytics1::BatchReportTimeSpan [] [src]

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

Period included in the report. For reports containing all entities endTime is not set. Both startTime and endTime are inclusive.

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

Fields

End of the period included in the report. Inclusive. For reports containing all entities endTime is not set.

Start of the period included in the report. Inclusive.

Trait Implementations

impl Debug for BatchReportTimeSpan
[src]

Formats the value using the given formatter.

impl Clone for BatchReportTimeSpan
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BatchReportTimeSpan
[src]

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

impl NestedType for BatchReportTimeSpan
[src]

impl Part for BatchReportTimeSpan
[src]