You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/you_tube/lib/google_api/you_tube/v3/model/video_status.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.YouTube.V3.Model.VideoStatus do
21
21
22
22
## Attributes
23
23
24
+
* `containsSyntheticMedia` (*type:* `boolean()`, *default:* `nil`) - Indicates if the video contains altered or synthetic media.
24
25
* `embeddable` (*type:* `boolean()`, *default:* `nil`) - This value indicates if the video can be embedded on another website. @mutable youtube.videos.insert youtube.videos.update
25
26
* `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.
0 commit comments