Class: Google::Apis::YoutubeV3::VideoProjectDetails
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::VideoProjectDetails
- 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
-
#tags ⇒ Array<String>
A list of project tags associated with the video during the upload.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VideoProjectDetails
constructor
A new instance of VideoProjectDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ VideoProjectDetails
Returns a new instance of VideoProjectDetails
8121 8122 8123 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 8121 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tags ⇒ Array<String>
A list of project tags associated with the video during the upload.
Corresponds to the JSON property tags
8119 8120 8121 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 8119 def @tags end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8126 8127 8128 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 8126 def update!(**args) @tags = args[:tags] if args.key?(:tags) end |