Class: TencentCloud::Clb::V20180317::ModifyRuleResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::ModifyRuleResponse
- Defined in:
- lib/v20180317/models.rb
Overview
ModifyRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyRuleResponse
constructor
A new instance of ModifyRuleResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyRuleResponse
Returns a new instance of ModifyRuleResponse.
6804 6805 6806 |
# File 'lib/v20180317/models.rb', line 6804 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6802 6803 6804 |
# File 'lib/v20180317/models.rb', line 6802 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6808 6809 6810 |
# File 'lib/v20180317/models.rb', line 6808 def deserialize(params) @RequestId = params['RequestId'] end |