Class: TencentCloud::Ckafka::V20190819::InstanceScalingDownResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::InstanceScalingDownResponse
- Defined in:
- lib/v20190819/models.rb
Overview
InstanceScalingDown返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ InstanceScalingDownResponse
constructor
A new instance of InstanceScalingDownResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ InstanceScalingDownResponse
Returns a new instance of InstanceScalingDownResponse.
8451 8452 8453 8454 |
# File 'lib/v20190819/models.rb', line 8451 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8449 8450 8451 |
# File 'lib/v20190819/models.rb', line 8449 def RequestId @RequestId end |
#Result ⇒ Object
8449 8450 8451 |
# File 'lib/v20190819/models.rb', line 8449 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
8456 8457 8458 8459 8460 8461 8462 |
# File 'lib/v20190819/models.rb', line 8456 def deserialize(params) unless params['Result'].nil? @Result = ScalingDownResp.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |