Class: Google::Apis::AndroidpublisherV2::VoidedPurchasesListResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV2::VoidedPurchasesListResponse
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidpublisher_v2/classes.rb,
 generated/google/apis/androidpublisher_v2/representations.rb,
 generated/google/apis/androidpublisher_v2/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #page_info  ⇒ Google::Apis::AndroidpublisherV2::PageInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property pageInfo.
- 
  
    
      #token_pagination  ⇒ Google::Apis::AndroidpublisherV2::TokenPagination 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property tokenPagination.
- 
  
    
      #voided_purchases  ⇒ Array<Google::Apis::AndroidpublisherV2::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
| 1870 1871 1872 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1870 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#page_info ⇒ Google::Apis::AndroidpublisherV2::PageInfo
Corresponds to the JSON property pageInfo
| 1858 1859 1860 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1858 def page_info @page_info end | 
#token_pagination ⇒ Google::Apis::AndroidpublisherV2::TokenPagination
Corresponds to the JSON property tokenPagination
| 1863 1864 1865 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1863 def token_pagination @token_pagination end | 
#voided_purchases ⇒ Array<Google::Apis::AndroidpublisherV2::VoidedPurchase>
Corresponds to the JSON property voidedPurchases
| 1868 1869 1870 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1868 def voided_purchases @voided_purchases end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1875 1876 1877 1878 1879 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1875 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 |