Class: TencentCloud::Clb::V20180317::ModifyTargetGroupInstancesWeightResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::ModifyTargetGroupInstancesWeightResponse
- Defined in:
- lib/v20180317/models.rb
Overview
ModifyTargetGroupInstancesWeight返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyTargetGroupInstancesWeightResponse
constructor
A new instance of ModifyTargetGroupInstancesWeightResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyTargetGroupInstancesWeightResponse
Returns a new instance of ModifyTargetGroupInstancesWeightResponse.
6886 6887 6888 |
# File 'lib/v20180317/models.rb', line 6886 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6884 6885 6886 |
# File 'lib/v20180317/models.rb', line 6884 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6890 6891 6892 |
# File 'lib/v20180317/models.rb', line 6890 def deserialize(params) @RequestId = params['RequestId'] end |