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.
405 406 407 |
# File 'lib/v20180317/models.rb', line 405 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
403 404 405 |
# File 'lib/v20180317/models.rb', line 403 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
409 410 411 |
# File 'lib/v20180317/models.rb', line 409 def deserialize(params) @RequestId = params['RequestId'] end |