class Google::Apis::YoutubeV3::ActivityContentDetailsUpload
Information about the uploaded video.
Attributes
video_id[RW]
The ID that YouTube uses to uniquely identify the uploaded video. Corresponds to the JSON property `videoId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 494 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/youtube_v3/classes.rb, line 499 def update!(**args) @video_id = args[:video_id] if args.key?(:video_id) end