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
556 557 558 |
# File 'generated/google/apis/vault_v1/classes.rb', line 556 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matter ⇒ Google::Apis::VaultV1::Matter
Represents a matter.
Corresponds to the JSON property matter
554 555 556 |
# File 'generated/google/apis/vault_v1/classes.rb', line 554 def matter @matter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
561 562 563 |
# File 'generated/google/apis/vault_v1/classes.rb', line 561 def update!(**args) @matter = args[:matter] if args.key?(:matter) end |