Class: Google::Apis::VaultV1::CloseMatterResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::VaultV1::CloseMatterResponse
 
- 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 to a CloseMatterRequest.
Instance Attribute Summary collapse
- 
  
    
      #matter  ⇒ Google::Apis::VaultV1::Matter 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Represents a matter. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CloseMatterResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CloseMatterResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ CloseMatterResponse
Returns a new instance of CloseMatterResponse
| 87 88 89 | # File 'generated/google/apis/vault_v1/classes.rb', line 87 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#matter ⇒ Google::Apis::VaultV1::Matter
Represents a matter.
Corresponds to the JSON property matter
| 85 86 87 | # File 'generated/google/apis/vault_v1/classes.rb', line 85 def matter @matter end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 92 93 94 | # File 'generated/google/apis/vault_v1/classes.rb', line 92 def update!(**args) @matter = args[:matter] if args.key?(:matter) end |