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.
Constructor Details
#initialize(**args) ⇒ ReopenMatterResponse
Returns a new instance of ReopenMatterResponse.
1651 1652 1653 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1651 def initialize(**args) update!(**args) end |
Instance Attribute Details
#matter ⇒ Google::Apis::VaultV1::Matter
Represents a matter.
Corresponds to the JSON property matter
1649 1650 1651 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1649 def matter @matter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1656 1657 1658 |
# File 'generated/google/apis/vault_v1/classes.rb', line 1656 def update!(**args) @matter = args[:matter] if args.key?(:matter) end |