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.
6933 6934 6935 |
# File 'lib/v20180317/models.rb', line 6933 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6931 6932 6933 |
# File 'lib/v20180317/models.rb', line 6931 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6937 6938 6939 |
# File 'lib/v20180317/models.rb', line 6937 def deserialize(params) @RequestId = params['RequestId'] end |