Class: Google::Apis::VaultV1::ReopenMatterResponse

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 ReopenMatterRequest.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ReopenMatterResponse

Returns a new instance of ReopenMatterResponse.



1719
1720
1721
# File 'lib/google/apis/vault_v1/classes.rb', line 1719

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



1717
1718
1719
# File 'lib/google/apis/vault_v1/classes.rb', line 1717

def matter
  @matter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1724
1725
1726
# File 'lib/google/apis/vault_v1/classes.rb', line 1724

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