GoogleApi.YouTube.V3.Model.VideoRecordingDetails (google_api_you_tube v0.54.0)
View SourceRecording 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:DateTime.t
, default:nil
) - The date and time when the video was recorded.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.VideoRecordingDetails{ location: GoogleApi.YouTube.V3.Model.GeoPoint.t() | nil, locationDescription: String.t() | nil, recordingDate: DateTime.t() | nil }