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 lib/google/apis/youtube_v3/classes.rb, line 550
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/youtube_v3/classes.rb, line 555
def update!(**args)
  @video_id = args[:video_id] if args.key?(:video_id)
end