Class: TencentCloud::Vdb::V20230616::IsolateInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vdb::V20230616::IsolateInstanceResponse
- Defined in:
- lib/v20230616/models.rb
Overview
IsolateInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ IsolateInstanceResponse
constructor
A new instance of IsolateInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ IsolateInstanceResponse
Returns a new instance of IsolateInstanceResponse.
884 885 886 |
# File 'lib/v20230616/models.rb', line 884 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
882 883 884 |
# File 'lib/v20230616/models.rb', line 882 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
888 889 890 |
# File 'lib/v20230616/models.rb', line 888 def deserialize(params) @RequestId = params['RequestId'] end |