google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.VideoRecordingDetails View Source
Recording information associated with the video.
Attributes
-
location
(type:GoogleApi.YouTube.V3.Model.GeoPoint.t
, default:nil
) - The geolocation information associated with the video. -
locationDescription
(type:String.t
, default:nil
) - The text description of the location where the video was recorded. -
recordingDate
(type:String.t
, default:nil
) - The date and time when the video was recorded. The value is specified in <a href="//www.w3.org/TR/NOTE-datetime">ISO 8601</a> (<code>YYYY-MM-DDThh:mm:ss.sssZ</code>) format.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.VideoRecordingDetails{ location: GoogleApi.YouTube.V3.Model.GeoPoint.t(), locationDescription: String.t(), recordingDate: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.