Struct google_youtube3::VideoRecordingDetails[][src]

pub struct VideoRecordingDetails {
    pub recording_date: Option<String>,
    pub location_description: Option<String>,
    pub location: Option<GeoPoint>,
}

Recording information associated with the video.

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

Fields

The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.

The text description of the location where the video was recorded.

The geolocation information associated with the video.

Trait Implementations

impl Default for VideoRecordingDetails
[src]

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

impl Clone for VideoRecordingDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoRecordingDetails
[src]

Formats the value using the given formatter. Read more

impl Part for VideoRecordingDetails
[src]

Auto Trait Implementations