Class: TencentCloud::Ecm::V20190719::BatchModifyTargetWeightResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::BatchModifyTargetWeightResponse
- Defined in:
- lib/v20190719/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.
958 959 960 |
# File 'lib/v20190719/models.rb', line 958 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
956 957 958 |
# File 'lib/v20190719/models.rb', line 956 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
962 963 964 |
# File 'lib/v20190719/models.rb', line 962 def deserialize(params) @RequestId = params['RequestId'] end |