Class: Google::Apis::YoutubeV3::VideoProjectDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/youtube_v3/classes.rb,
generated/google/apis/youtube_v3/representations.rb,
generated/google/apis/youtube_v3/representations.rb

Overview

Project specific details about the content of a YouTube Video.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VideoProjectDetails

Returns a new instance of VideoProjectDetails.



7941
7942
7943
# File 'generated/google/apis/youtube_v3/classes.rb', line 7941

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tagsArray<String>

A list of project tags associated with the video during the upload. Corresponds to the JSON property tags

Returns:

  • (Array<String>)


7939
7940
7941
# File 'generated/google/apis/youtube_v3/classes.rb', line 7939

def tags
  @tags
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7946
7947
7948
# File 'generated/google/apis/youtube_v3/classes.rb', line 7946

def update!(**args)
  @tags = args[:tags] if args.key?(:tags)
end