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
      1602 1603 1604  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1602 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
      1600 1601 1602  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1600 def new_expiry_time_millis @new_expiry_time_millis end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      1607 1608 1609  | 
    
      # File 'generated/google/apis/androidpublisher_v3/classes.rb', line 1607 def update!(**args) @new_expiry_time_millis = args[:new_expiry_time_millis] if args.key?(:new_expiry_time_millis) end  |