google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.VideoStatus View Source
Basic details about a video category, such as its localized title.
Attributes
- embeddable (boolean()): This value indicates if the video can be embedded on another website. Defaults to:
null
. failureReason (String.t): This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed. Defaults to:
null
.- Enum - one of [codec, conversion, emptyFile, invalidFile, tooSmall, uploadAborted]
license (String.t): The video's license. Defaults to:
null
.- Enum - one of [creativeCommon, youtube]
privacyStatus (String.t): The video's privacy status. Defaults to:
null
.- Enum - one of [private, public, unlisted, unlisted_new]
- publicStatsViewable (boolean()): 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. Defaults to:
null
. - publishAt (DateTime.t): 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. Defaults to:
null
. rejectionReason (String.t): This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected. Defaults to:
null
.- Enum - one of [claim, copyright, duplicate, inappropriate, legal, length, termsOfUse, trademark, uploaderAccountClosed, uploaderAccountSuspended]
uploadStatus (String.t): The status of the uploaded video. Defaults to:
null
.- Enum - one of [deleted, failed, processed, rejected, uploaded]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.