Class: Google::Apis::AndroidpublisherV3::PausedStateContext
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::PausedStateContext
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb 
Overview
Information specific to a subscription in paused state.
Instance Attribute Summary collapse
- 
  
    
      #auto_resume_time  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time at which the subscription will be automatically resumed.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PausedStateContext 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PausedStateContext.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ PausedStateContext
Returns a new instance of PausedStateContext.
      4226 4227 4228  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4226 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#auto_resume_time ⇒ String
Time at which the subscription will be automatically resumed.
Corresponds to the JSON property autoResumeTime
      4224 4225 4226  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4224 def auto_resume_time @auto_resume_time end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      4231 4232 4233  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 4231 def update!(**args) @auto_resume_time = args[:auto_resume_time] if args.key?(:auto_resume_time) end  |