Class VideoRecordingDetails
Recording information associated with the video.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoRecordingDetails : IDirectResponseSchemaProperties
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 |