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.



252
253
254
# File 'lib/google/apis/vault_v1/classes.rb', line 252

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



250
251
252
# File 'lib/google/apis/vault_v1/classes.rb', line 250

def matter
  @matter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



257
258
259
# File 'lib/google/apis/vault_v1/classes.rb', line 257

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