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.
6961 6962 6963 |
# File 'lib/v20180317/models.rb', line 6961 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6959 6960 6961 |
# File 'lib/v20180317/models.rb', line 6959 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6965 6966 6967 |
# File 'lib/v20180317/models.rb', line 6965 def deserialize(params) @RequestId = params['RequestId'] end |