Class: TencentCloud::Waf::V20180125::TigaMainClassMode
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::TigaMainClassMode
- Defined in:
- lib/v20180125/models.rb
Overview
Tiga引擎中Mainclass的TypeID和防护模式
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(typeid = nil, mode = nil) ⇒ TigaMainClassMode
constructor
A new instance of TigaMainClassMode.
Constructor Details
#initialize(typeid = nil, mode = nil) ⇒ TigaMainClassMode
Returns a new instance of TigaMainClassMode.
18727 18728 18729 18730 |
# File 'lib/v20180125/models.rb', line 18727 def initialize(typeid=nil, mode=nil) @TypeID = typeid @Mode = mode end |
Instance Attribute Details
#Mode ⇒ Object
18725 18726 18727 |
# File 'lib/v20180125/models.rb', line 18725 def Mode @Mode end |
#TypeID ⇒ Object
18725 18726 18727 |
# File 'lib/v20180125/models.rb', line 18725 def TypeID @TypeID end |
Instance Method Details
#deserialize(params) ⇒ Object
18732 18733 18734 18735 |
# File 'lib/v20180125/models.rb', line 18732 def deserialize(params) @TypeID = params['TypeID'] @Mode = params['Mode'] end |