class Google::Apis::YoutubeV3::TestItem
Attributes
featured_part[RW]
Corresponds to the JSON property `featuredPart` @return [Boolean]
featured_part?[RW]
Corresponds to the JSON property `featuredPart` @return [Boolean]
gaia[RW]
Corresponds to the JSON property `gaia` @return [Fixnum]
id[RW]
Corresponds to the JSON property `id` @return [String]
snippet[RW]
Corresponds to the JSON property `snippet` @return [Google::Apis::YoutubeV3::TestItemTestItemSnippet]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/youtube_v3/classes.rb, line 6864 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 6869 def update!(**args) @featured_part = args[:featured_part] if args.key?(:featured_part) @gaia = args[:gaia] if args.key?(:gaia) @id = args[:id] if args.key?(:id) @snippet = args[:snippet] if args.key?(:snippet) end