Show / Hide Table of Contents

Class VideoStatus

Basic details about a video category, such as its localized title. Next Id: 19

Inheritance
object
VideoStatus
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 VideoStatus : IDirectResponseSchema

Properties

ContainsSyntheticMedia

Indicates if the video contains altered or synthetic media.

Declaration
[JsonProperty("containsSyntheticMedia")]
public virtual bool? ContainsSyntheticMedia { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

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
bool?

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
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
string

MadeForKids

Declaration
[JsonProperty("madeForKids")]
public virtual bool? MadeForKids { get; set; }
Property Value
Type Description
bool?

PrivacyStatus

The video's privacy status.

Declaration
[JsonProperty("privacyStatus")]
public virtual string PrivacyStatus { get; set; }
Property Value
Type Description
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
bool?

PublishAt

DateTime representation of PublishAtRaw.

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

PublishAtDateTimeOffset

DateTimeOffset representation of PublishAtRaw.

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

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
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
string

SelfDeclaredMadeForKids

Declaration
[JsonProperty("selfDeclaredMadeForKids")]
public virtual bool? SelfDeclaredMadeForKids { get; set; }
Property Value
Type Description
bool?

UploadStatus

The status of the uploaded video.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX