Class: Google::Apis::AndroidpublisherV3::VoidedPurchasesListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::VoidedPurchasesListResponse
 
- 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.
- 
  
    
      #token_pagination  ⇒ Google::Apis::AndroidpublisherV3::TokenPagination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property tokenPagination.
- 
  
    
      #voided_purchases  ⇒ Array<Google::Apis::AndroidpublisherV3::VoidedPurchase> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property voidedPurchases.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ VoidedPurchasesListResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of VoidedPurchasesListResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ VoidedPurchasesListResponse
Returns a new instance of VoidedPurchasesListResponse
| 1886 1887 1888 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1886 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#page_info ⇒ Google::Apis::AndroidpublisherV3::PageInfo
Corresponds to the JSON property pageInfo
| 1874 1875 1876 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1874 def page_info @page_info end | 
#token_pagination ⇒ Google::Apis::AndroidpublisherV3::TokenPagination
Corresponds to the JSON property tokenPagination
| 1879 1880 1881 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1879 def token_pagination @token_pagination end | 
#voided_purchases ⇒ Array<Google::Apis::AndroidpublisherV3::VoidedPurchase>
Corresponds to the JSON property voidedPurchases
| 1884 1885 1886 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1884 def voided_purchases @voided_purchases end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1891 1892 1893 1894 1895 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1891 def update!(**args) @page_info = args[:page_info] if args.key?(:page_info) @token_pagination = args[:token_pagination] if args.key?(:token_pagination) @voided_purchases = args[:voided_purchases] if args.key?(:voided_purchases) end |