class Google::Apis::VaultV1::ReopenMatterResponse
Response to a ReopenMatterRequest
.
Attributes
matter[RW]
Represents a matter. To work with Vault resources, the account must have the [ required Vault privileges] (support.google.com/vault/answer/2799699) 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` @return [Google::Apis::VaultV1::Matter]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/vault_v1/classes.rb, line 1689 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/vault_v1/classes.rb, line 1694 def update!(**args) @matter = args[:matter] if args.key?(:matter) end