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
| 2315 2316 2317 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2315 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
| 2307 2308 2309 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2307 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
| 2313 2314 2315 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2313 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2320 2321 2322 2323 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 2320 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |