Show / Hide Table of Contents

Class VideoRecordingDetails

Recording information associated with the video.

Inheritance
System.Object
VideoRecordingDetails
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoRecordingDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Location

The geolocation information associated with the video.

Declaration
[JsonProperty("location")]
public virtual GeoPoint Location { get; set; }
Property Value
Type Description
GeoPoint

LocationDescription

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

Declaration
[JsonProperty("locationDescription")]
public virtual string LocationDescription { get; set; }
Property Value
Type Description
System.String

RecordingDate

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

Declaration
[JsonProperty("recordingDate")]
public virtual string RecordingDate { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top