Class: Google::Apis::YoutubePartnerV1::MetadataHistoryListResponse
- Inherits:
-
Object
- Object
- Google::Apis::YoutubePartnerV1::MetadataHistoryListResponse
- 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::MetadataHistory>
A list of metadata history (youtubePartner#metadataHistory) resources that match the request criteria.
-
#kind ⇒ String
The type of the API response.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetadataHistoryListResponse
constructor
A new instance of MetadataHistoryListResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ MetadataHistoryListResponse
Returns a new instance of MetadataHistoryListResponse.
2244 2245 2246 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2244 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::YoutubePartnerV1::MetadataHistory>
A list of metadata history (youtubePartner#metadataHistory) resources that
match the request criteria.
Corresponds to the JSON property items
2236 2237 2238 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2236 def items @items end |
#kind ⇒ String
The type of the API response. For this operation, the value is youtubePartner#
metadataHistoryList.
Corresponds to the JSON property kind
2242 2243 2244 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2242 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2249 2250 2251 2252 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2249 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |