Class VideoStatus
Basic details about a video category, such as its localized title. Next Id: 17
Inheritance
System.Object
VideoStatus
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()
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. @mutable youtube.videos.insert
youtube.videos.update
Declaration
[JsonProperty("embeddable")]
public virtual bool? Embeddable { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
ETag
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. @mutable youtube.videos.insert youtube.videos.update
Declaration
[JsonProperty("license")]
public virtual string License { get; set; }
Property Value
| Type |
Description |
| System.String |
|
MadeForKids
Declaration
[JsonProperty("madeForKids")]
public virtual bool? MadeForKids { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
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. @mutable youtube.videos.insert
youtube.videos.update
Declaration
[JsonProperty("publicStatsViewable")]
public virtual bool? PublicStatsViewable { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
PublishAt
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..
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 |
|
SelfDeclaredMadeForKids
Declaration
[JsonProperty("selfDeclaredMadeForKids")]
public virtual bool? SelfDeclaredMadeForKids { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
UploadStatus
The status of the uploaded video.
Declaration
[JsonProperty("uploadStatus")]
public virtual string UploadStatus { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements