Class: Google::Apis::AndroidpublisherV3::ReviewsListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::ReviewsListResponse
 
- 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
- 
  
    
      #page_info  ⇒ Google::Apis::AndroidpublisherV3::PageInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property pageInfo.
- 
  
    
      #reviews  ⇒ Array<Google::Apis::AndroidpublisherV3::Review> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property reviews.
- 
  
    
      #token_pagination  ⇒ Google::Apis::AndroidpublisherV3::TokenPagination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property tokenPagination.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReviewsListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReviewsListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReviewsListResponse
Returns a new instance of ReviewsListResponse
| 1201 1202 1203 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1201 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#page_info ⇒ Google::Apis::AndroidpublisherV3::PageInfo
Corresponds to the JSON property pageInfo
| 1189 1190 1191 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1189 def page_info @page_info end | 
#reviews ⇒ Array<Google::Apis::AndroidpublisherV3::Review>
Corresponds to the JSON property reviews
| 1194 1195 1196 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1194 def reviews @reviews end | 
#token_pagination ⇒ Google::Apis::AndroidpublisherV3::TokenPagination
Corresponds to the JSON property tokenPagination
| 1199 1200 1201 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1199 def token_pagination @token_pagination end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1206 1207 1208 1209 1210 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1206 def update!(**args) @page_info = args[:page_info] if args.key?(:page_info) @reviews = args[:reviews] if args.key?(:reviews) @token_pagination = args[:token_pagination] if args.key?(:token_pagination) end |