Class: Google::Apis::YoutubePartnerV1::ContentOwnerListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::YoutubePartnerV1::ContentOwnerListResponse
 
- 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::ContentOwner> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of content owners that match the request criteria. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the API response. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ContentOwnerListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ContentOwnerListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ContentOwnerListResponse
Returns a new instance of ContentOwnerListResponse
| 1626 1627 1628 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1626 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#items ⇒ Array<Google::Apis::YoutubePartnerV1::ContentOwner>
A list of content owners that match the request criteria.
Corresponds to the JSON property items
| 1618 1619 1620 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1618 def items @items end | 
#kind ⇒ String
The type of the API response. For this operation, the value is youtubePartner#
contentOwnerList.
Corresponds to the JSON property kind
| 1624 1625 1626 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1624 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1631 1632 1633 1634 | # File 'generated/google/apis/youtube_partner_v1/classes.rb', line 1631 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |