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
| 1573 1574 1575 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1573 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
| 1571 1572 1573 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1571 def new_expiry_time_millis @new_expiry_time_millis end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1578 1579 1580 | # File 'generated/google/apis/androidpublisher_v2/classes.rb', line 1578 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end |