Show / Hide Table of Contents

Class VideoRecordingDetails

Recording information associated with the video.

Inheritance
object
VideoRecordingDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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
string

RecordingDate

DateTime representation of RecordingDateRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RecordingDateDateTimeOffset instead.")]
public virtual DateTime? RecordingDate { get; set; }
Property Value
Type Description
DateTime?

RecordingDateDateTimeOffset

DateTimeOffset representation of RecordingDateRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RecordingDateDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RecordingDateRaw

The date and time when the video was recorded.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX