Class: Google::Apis::YoutubePartnerV1::AssetLabelListResponse
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::AssetLabelListResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/youtube_partner_v1/classes.rb,
generated/google/apis/youtube_partner_v1/representations.rb,
generated/google/apis/youtube_partner_v1/representations.rb
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::YoutubePartnerV1::AssetLabel>
A list of assetLabel resources that match the request criteria.
-
#kind ⇒ String
The type of the API response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AssetLabelListResponse
constructor
A new instance of AssetLabelListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AssetLabelListResponse
Returns a new instance of AssetLabelListResponse.
221 222 223 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::YoutubePartnerV1::AssetLabel>
A list of assetLabel resources that match the request criteria.
Corresponds to the JSON property items
213 214 215 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 213 def items @items end |
#kind ⇒ String
The type of the API response. For this operation, the value is youtubePartner#
assetLabelList.
Corresponds to the JSON property kind
219 220 221 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 219 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
226 227 228 229 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 226 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |