Class: Google::Apis::VaultV1::CloseMatterResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb

Overview

Response to a CloseMatterRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CloseMatterResponse

Returns a new instance of CloseMatterResponse.



326
327
328
# File 'lib/google/apis/vault_v1/classes.rb', line 326

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#matterGoogle::Apis::VaultV1::Matter

Represents a matter. To work with Vault resources, the account must have the required Vault privileges and access to the matter. To access a matter, the account must have created the matter, have the matter shared with them, or have the View All Matters privilege. Corresponds to the JSON property matter



324
325
326
# File 'lib/google/apis/vault_v1/classes.rb', line 324

def matter
  @matter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



331
332
333
# File 'lib/google/apis/vault_v1/classes.rb', line 331

def update!(**args)
  @matter = args[:matter] if args.key?(:matter)
end