Class: Google::Apis::VaultV1::AddHeldAccountsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::VaultV1::AddHeldAccountsResponse
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb 
Overview
Response for batch create held accounts.
Instance Attribute Summary collapse
- 
  
    
      #responses  ⇒ Array<Google::Apis::VaultV1::AddHeldAccountResult> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of responses, in the same order as the batch request.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ AddHeldAccountsResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of AddHeldAccountsResponse.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ AddHeldAccountsResponse
Returns a new instance of AddHeldAccountsResponse
      145 146 147  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 145 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#responses ⇒ Array<Google::Apis::VaultV1::AddHeldAccountResult>
The list of responses, in the same order as the batch request.
Corresponds to the JSON property responses
      143 144 145  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 143 def responses @responses end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      150 151 152  | 
    
      # File 'generated/google/apis/vault_v1/classes.rb', line 150 def update!(**args) @responses = args[:responses] if args.key?(:responses) end  |