Class: Google::Apis::VaultV1::ReopenMatterRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VaultV1::ReopenMatterRequest
 
- 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
Reopen a matter by ID.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ ReopenMatterRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of ReopenMatterRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReopenMatterRequest
Returns a new instance of ReopenMatterRequest
| 538 539 540 | # File 'generated/google/apis/vault_v1/classes.rb', line 538 def initialize(**args) update!(**args) end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 543 544 | # File 'generated/google/apis/vault_v1/classes.rb', line 543 def update!(**args) end |