Class: Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AndroidpublisherV3::SubscriptionPurchasesDeferResponse
 
- 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
- 
  
    
      #new_expiry_time_millis  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The new expiry time for the subscription in milliseconds since the Epoch. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ SubscriptionPurchasesDeferResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of SubscriptionPurchasesDeferResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ SubscriptionPurchasesDeferResponse
Returns a new instance of SubscriptionPurchasesDeferResponse
| 1547 1548 1549 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1547 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
| 1545 1546 1547 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1545 def new_expiry_time_millis @new_expiry_time_millis end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1552 1553 1554 | # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1552 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end |