Class: TencentCloud::Waf::V20180125::PathItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::PathItem
- Defined in:
- lib/v20180125/models.rb
Overview
指定限流path和对应的method
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(path = nil, method = nil) ⇒ PathItem
constructor
A new instance of PathItem.
Constructor Details
#initialize(path = nil, method = nil) ⇒ PathItem
Returns a new instance of PathItem.
17075 17076 17077 17078 |
# File 'lib/v20180125/models.rb', line 17075 def initialize(path=nil, method=nil) @Path = path @Method = method end |
Instance Attribute Details
#Method ⇒ Object
17073 17074 17075 |
# File 'lib/v20180125/models.rb', line 17073 def Method @Method end |
#Path ⇒ Object
17073 17074 17075 |
# File 'lib/v20180125/models.rb', line 17073 def Path @Path end |
Instance Method Details
#deserialize(params) ⇒ Object
17080 17081 17082 17083 |
# File 'lib/v20180125/models.rb', line 17080 def deserialize(params) @Path = params['Path'] @Method = params['Method'] end |