Class: TencentCloud::Ckafka::V20190819::DeleteInstancePreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::DeleteInstancePreResponse
- Defined in:
- lib/v20190819/models.rb
Overview
DeleteInstancePre返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ DeleteInstancePreResponse
constructor
A new instance of DeleteInstancePreResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ DeleteInstancePreResponse
Returns a new instance of DeleteInstancePreResponse.
3612 3613 3614 3615 |
# File 'lib/v20190819/models.rb', line 3612 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3610 3611 3612 |
# File 'lib/v20190819/models.rb', line 3610 def RequestId @RequestId end |
#Result ⇒ Object
3610 3611 3612 |
# File 'lib/v20190819/models.rb', line 3610 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
3617 3618 3619 3620 3621 3622 3623 |
# File 'lib/v20190819/models.rb', line 3617 def deserialize(params) unless params['Result'].nil? @Result = CreateInstancePreResp.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |