Class: TencentCloud::Ckafka::V20190819::ModifyInstancePreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::ModifyInstancePreResponse
- Defined in:
- lib/v20190819/models.rb
Overview
ModifyInstancePre返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ ModifyInstancePreResponse
constructor
A new instance of ModifyInstancePreResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ ModifyInstancePreResponse
Returns a new instance of ModifyInstancePreResponse.
9468 9469 9470 9471 |
# File 'lib/v20190819/models.rb', line 9468 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
9466 9467 9468 |
# File 'lib/v20190819/models.rb', line 9466 def RequestId @RequestId end |
#Result ⇒ Object
9466 9467 9468 |
# File 'lib/v20190819/models.rb', line 9466 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
9473 9474 9475 9476 9477 9478 9479 |
# File 'lib/v20190819/models.rb', line 9473 def deserialize(params) unless params['Result'].nil? @Result = CreateInstancePreResp.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |