Class: Google::Apis::YoutubeV3::TestItem
- Inherits:
-
Object
- Object
- Google::Apis::YoutubeV3::TestItem
- 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
Instance Attribute Summary collapse
-
#gaia ⇒ Fixnum
Corresponds to the JSON property
gaia
. -
#id ⇒ String
Corresponds to the JSON property
id
. -
#snippet ⇒ Google::Apis::YoutubeV3::TestItemTestItemSnippet
Corresponds to the JSON property
snippet
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TestItem
constructor
A new instance of TestItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TestItem
Returns a new instance of TestItem.
6767 6768 6769 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6767 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gaia ⇒ Fixnum
Corresponds to the JSON property gaia
6755 6756 6757 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6755 def gaia @gaia end |
#id ⇒ String
Corresponds to the JSON property id
6760 6761 6762 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6760 def id @id end |
#snippet ⇒ Google::Apis::YoutubeV3::TestItemTestItemSnippet
Corresponds to the JSON property snippet
6765 6766 6767 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6765 def snippet @snippet end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6772 6773 6774 6775 6776 |
# File 'generated/google/apis/youtube_v3/classes.rb', line 6772 def update!(**args) @gaia = args[:gaia] if args.key?(:gaia) @id = args[:id] if args.key?(:id) @snippet = args[:snippet] if args.key?(:snippet) end |