google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.VideoStatus View Source

Basic details about a video category, such as its localized title.

Attributes

  • embeddable (type: boolean(), default: nil) - This value indicates if the video can be embedded on another website.
  • failureReason (type: String.t, default: nil) - This value explains why a video failed to upload. This property is only present if the uploadStatus property indicates that the upload failed.
  • license (type: String.t, default: nil) - The video's license.
  • privacyStatus (type: String.t, default: nil) - The video's privacy status.
  • publicStatsViewable (type: boolean(), default: nil) - 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.
  • publishAt (type: DateTime.t, default: nil) - 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.
  • rejectionReason (type: String.t, default: nil) - This value explains why YouTube rejected an uploaded video. This property is only present if the uploadStatus property indicates that the upload was rejected.
  • uploadStatus (type: String.t, default: nil) - The status of the uploaded video.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.YouTube.V3.Model.VideoStatus{
  embeddable: boolean(),
  failureReason: String.t(),
  license: String.t(),
  privacyStatus: String.t(),
  publicStatsViewable: boolean(),
  publishAt: DateTime.t(),
  rejectionReason: String.t(),
  uploadStatus: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.