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
      1924 1925 1926  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1924 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#page_info ⇒ Google::Apis::AndroidpublisherV2::PageInfo
Corresponds to the JSON property pageInfo
      1912 1913 1914  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1912 def page_info @page_info end  | 
  
#token_pagination ⇒ Google::Apis::AndroidpublisherV2::TokenPagination
Corresponds to the JSON property tokenPagination
      1917 1918 1919  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1917 def token_pagination @token_pagination end  | 
  
#voided_purchases ⇒ Array<Google::Apis::AndroidpublisherV2::VoidedPurchase>
Corresponds to the JSON property voidedPurchases
      1922 1923 1924  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1922 def voided_purchases @voided_purchases end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1929 1930 1931 1932 1933  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1929 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  |