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.



1844
1845
1846
# File 'lib/google/apis/vault_v1/classes.rb', line 1844

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



1842
1843
1844
# File 'lib/google/apis/vault_v1/classes.rb', line 1842

def matter
  @matter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1849
1850
1851
# File 'lib/google/apis/vault_v1/classes.rb', line 1849

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