GoogleApi.YouTube.V3.Model.VideoStatus (google_api_you_tube v0.54.0)

View Source

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

Attributes

  • containsSyntheticMedia (type: boolean(), default: nil) - Indicates if the video contains altered or synthetic media.
  • embeddable (type: boolean(), default: nil) - This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
  • 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. @mutable youtube.videos.insert youtube.videos.update
  • madeForKids (type: boolean(), default: nil) -
  • 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. @mutable youtube.videos.insert youtube.videos.update
  • 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..
  • 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.
  • selfDeclaredMadeForKids (type: boolean(), default: nil) -
  • uploadStatus (type: String.t, default: nil) - The status of the uploaded video.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.YouTube.V3.Model.VideoStatus{
  containsSyntheticMedia: boolean() | nil,
  embeddable: boolean() | nil,
  failureReason: String.t() | nil,
  license: String.t() | nil,
  madeForKids: boolean() | nil,
  privacyStatus: String.t() | nil,
  publicStatsViewable: boolean() | nil,
  publishAt: DateTime.t() | nil,
  rejectionReason: String.t() | nil,
  selfDeclaredMadeForKids: boolean() | nil,
  uploadStatus: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.