Class: TencentCloud::Waf::V20180125::CreateRateLimitV2Response
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::CreateRateLimitV2Response
- Defined in:
- lib/v20180125/models.rb
Overview
CreateRateLimitV2返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(baseinfo = nil, requestid = nil) ⇒ CreateRateLimitV2Response
constructor
A new instance of CreateRateLimitV2Response.
Constructor Details
#initialize(baseinfo = nil, requestid = nil) ⇒ CreateRateLimitV2Response
Returns a new instance of CreateRateLimitV2Response.
4298 4299 4300 4301 |
# File 'lib/v20180125/models.rb', line 4298 def initialize(baseinfo=nil, requestid=nil) @BaseInfo = baseinfo @RequestId = requestid end |
Instance Attribute Details
#BaseInfo ⇒ Object
4296 4297 4298 |
# File 'lib/v20180125/models.rb', line 4296 def BaseInfo @BaseInfo end |
#RequestId ⇒ Object
4296 4297 4298 |
# File 'lib/v20180125/models.rb', line 4296 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4303 4304 4305 4306 4307 4308 4309 |
# File 'lib/v20180125/models.rb', line 4303 def deserialize(params) unless params['BaseInfo'].nil? @BaseInfo = RateLimitCommonRsp.new @BaseInfo.deserialize(params['BaseInfo']) end @RequestId = params['RequestId'] end |