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.



1697
1698
1699
# File 'lib/google/apis/vault_v1/classes.rb', line 1697

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



1695
1696
1697
# File 'lib/google/apis/vault_v1/classes.rb', line 1695

def matter
  @matter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1702
1703
1704
# File 'lib/google/apis/vault_v1/classes.rb', line 1702

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