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.
Constructor Details
#initialize(**args) ⇒ MetadataHistoryListResponse
Returns a new instance of MetadataHistoryListResponse.
2792 2793 2794 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2792 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
2784 2785 2786 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2784 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
2790 2791 2792 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2790 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2797 2798 2799 2800 |
# File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2797 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |