Class: Google::Apis::AndroidpublisherV3::ListingsListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::ListingsListResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v3/classes.rb,
 generated/google/apis/androidpublisher_v3/representations.rb,
 generated/google/apis/androidpublisher_v3/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Identifies what kind of resource this is. 
- 
  
    
      #listings  ⇒ Array<Google::Apis::AndroidpublisherV3::Listing> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property listings.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListingsListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ListingsListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListingsListResponse
Returns a new instance of ListingsListResponse
| 914 915 916 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 914 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
androidpublisher#listingsListResponse".
Corresponds to the JSON property kind
| 907 908 909 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 907 def kind @kind end | 
#listings ⇒ Array<Google::Apis::AndroidpublisherV3::Listing>
Corresponds to the JSON property listings
| 912 913 914 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 912 def listings @listings end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 919 920 921 922 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 919 def update!(**args) @kind = args[:kind] if args.key?(:kind) @listings = args[:listings] if args.key?(:listings) end |