Class: Google::Apis::VaultV1::ReopenMatterResponse
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::ReopenMatterResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/vault_v1/classes.rb,
generated/google/apis/vault_v1/representations.rb,
generated/google/apis/vault_v1/representations.rb
Overview
Response to a ReopenMatterRequest.
Instance Attribute Summary collapse
-
#matter ⇒ Google::Apis::VaultV1::Matter
Represents a matter.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReopenMatterResponse
constructor
A new instance of ReopenMatterResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ReopenMatterResponse
Returns a new instance of ReopenMatterResponse
1274 1275 1276 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1274 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matter ⇒ Google::Apis::VaultV1::Matter
Represents a matter.
Corresponds to the JSON property matter
1272 1273 1274 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1272 def matter @matter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1279 1280 1281 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1279 def update!(**args) @matter = args[:matter] if args.key?(:matter) end |