Class VideoStatus
Basic details about a video category, such as its localized title.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoStatus : IDirectResponseSchema
Properties
Embeddable
This value indicates if the video can be embedded on another website.
Declaration
[JsonProperty("embeddable")]
public virtual bool? Embeddable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FailureReason
This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
Declaration
[JsonProperty("failureReason")]
public virtual string FailureReason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
License
The video's license.
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PrivacyStatus
The video's privacy status.
Declaration
[JsonProperty("privacyStatus")]
public virtual string PrivacyStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublicStatsViewable
This value indicates if the extended video statistics on the watch page can be viewed by everyone. Note that the view count, likes, etc will still be visible if this is disabled.
Declaration
[JsonProperty("publicStatsViewable")]
public virtual bool? PublicStatsViewable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
PublishAt
System.DateTime representation of PublishAtRaw.
Declaration
[JsonIgnore]
public virtual DateTime? PublishAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
PublishAtRaw
The date and time when the video is scheduled to publish. It can be set only if the privacy status of the video is private. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
Declaration
[JsonProperty("publishAt")]
public virtual string PublishAtRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RejectionReason
This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
Declaration
[JsonProperty("rejectionReason")]
public virtual string RejectionReason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UploadStatus
The status of the uploaded video.
Declaration
[JsonProperty("uploadStatus")]
public virtual string UploadStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |