Class: Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV2::DeferSubscriptionPurchasesResponse
 
 
- 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
- 
  
    
      #new_expiry_time_millis  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new expiry time for the subscription in milliseconds since the Epoch.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ DeferSubscriptionPurchasesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of DeferSubscriptionPurchasesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DeferSubscriptionPurchasesResponse
Returns a new instance of DeferSubscriptionPurchasesResponse
      1628 1629 1630  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1628 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#new_expiry_time_millis ⇒ Fixnum
The new expiry time for the subscription in milliseconds since the Epoch.
Corresponds to the JSON property newExpiryTimeMillis
      1626 1627 1628  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1626 def new_expiry_time_millis @new_expiry_time_millis end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1633 1634 1635  | 
    
      # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1633 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end  |