Class: TencentCloud::Waf::V20180125::ModifyProtectionLevelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyProtectionLevelRequest
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyProtectionLevel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(domain = nil, level = nil) ⇒ ModifyProtectionLevelRequest
constructor
A new instance of ModifyProtectionLevelRequest.
Constructor Details
#initialize(domain = nil, level = nil) ⇒ ModifyProtectionLevelRequest
Returns a new instance of ModifyProtectionLevelRequest.
16144 16145 16146 16147 |
# File 'lib/v20180125/models.rb', line 16144 def initialize(domain=nil, level=nil) @Domain = domain @Level = level end |
Instance Attribute Details
#Domain ⇒ Object
16142 16143 16144 |
# File 'lib/v20180125/models.rb', line 16142 def Domain @Domain end |
#Level ⇒ Object
16142 16143 16144 |
# File 'lib/v20180125/models.rb', line 16142 def Level @Level end |
Instance Method Details
#deserialize(params) ⇒ Object
16149 16150 16151 16152 |
# File 'lib/v20180125/models.rb', line 16149 def deserialize(params) @Domain = params['Domain'] @Level = params['Level'] end |