Class: Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::AndroidpublisherV3::ListAppRecoveriesResponse
 
 
- 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
Response message for ListAppRecoveries. -- api-linter: core::0158::response- next-page-token-field=disabled
Instance Attribute Summary collapse
- 
  
    
      #recovery_actions  ⇒ Array<Google::Apis::AndroidpublisherV3::AppRecoveryAction> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
List of recovery actions associated with the requested package name.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ListAppRecoveriesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ListAppRecoveriesResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ ListAppRecoveriesResponse
Returns a new instance of ListAppRecoveriesResponse.
      3460 3461 3462  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3460 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#recovery_actions ⇒ Array<Google::Apis::AndroidpublisherV3::AppRecoveryAction>
List of recovery actions associated with the requested package name.
Corresponds to the JSON property recoveryActions
      3458 3459 3460  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3458 def recovery_actions @recovery_actions end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      3465 3466 3467  | 
    
      # File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3465 def update!(**args) @recovery_actions = args[:recovery_actions] if args.key?(:recovery_actions) end  |