google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.VideoRecordingDetails View Source

Recording information associated with the video.

Attributes

  • location (GeoPoint): The geolocation information associated with the video. Defaults to: null.
  • locationDescription (String.t): The text description of the location where the video was recorded. Defaults to: null.
  • recordingDate (DateTime.t): The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.YouTube.V3.Model.VideoRecordingDetails{
  location: GoogleApi.YouTube.V3.Model.GeoPoint.t(),
  locationDescription: any(),
  recordingDate: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.