Class: TencentCloud::Clb::V20180317::BatchModifyTargetWeightResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::BatchModifyTargetWeightResponse
- Defined in:
- lib/v20180317/models.rb
Overview
BatchModifyTargetWeight返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ BatchModifyTargetWeightResponse
constructor
A new instance of BatchModifyTargetWeightResponse.
Constructor Details
#initialize(requestid = nil) ⇒ BatchModifyTargetWeightResponse
Returns a new instance of BatchModifyTargetWeightResponse.
457 458 459 |
# File 'lib/v20180317/models.rb', line 457 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
455 456 457 |
# File 'lib/v20180317/models.rb', line 455 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
461 462 463 |
# File 'lib/v20180317/models.rb', line 461 def deserialize(params) @RequestId = params['RequestId'] end |