class Google::Apis::YoutubeV3::VideoProjectDetails

Project specific details about the content of a YouTube Video.

Attributes

tags[RW]

A list of project tags associated with the video during the upload. Corresponds to the JSON property `tags` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/youtube_v3/classes.rb, line 7756
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 7761
def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end