Class: TencentCloud::Waf::V20180125::UserWhiteRuleItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::UserWhiteRuleItem
- Defined in:
- lib/v20180125/models.rb
Overview
用户规则白名单规则子项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(matchfield = nil, matchmethod = nil, matchcontent = nil, matchparams = nil) ⇒ UserWhiteRuleItem
constructor
A new instance of UserWhiteRuleItem.
Constructor Details
#initialize(matchfield = nil, matchmethod = nil, matchcontent = nil, matchparams = nil) ⇒ UserWhiteRuleItem
Returns a new instance of UserWhiteRuleItem.
19900 19901 19902 19903 19904 19905 |
# File 'lib/v20180125/models.rb', line 19900 def initialize(matchfield=nil, matchmethod=nil, matchcontent=nil, matchparams=nil) @MatchField = matchfield @MatchMethod = matchmethod @MatchContent = matchcontent @MatchParams = matchparams end |
Instance Attribute Details
#MatchContent ⇒ Object
19898 19899 19900 |
# File 'lib/v20180125/models.rb', line 19898 def MatchContent @MatchContent end |
#MatchField ⇒ Object
19898 19899 19900 |
# File 'lib/v20180125/models.rb', line 19898 def MatchField @MatchField end |
#MatchMethod ⇒ Object
19898 19899 19900 |
# File 'lib/v20180125/models.rb', line 19898 def MatchMethod @MatchMethod end |
#MatchParams ⇒ Object
19898 19899 19900 |
# File 'lib/v20180125/models.rb', line 19898 def MatchParams @MatchParams end |
Instance Method Details
#deserialize(params) ⇒ Object
19907 19908 19909 19910 19911 19912 |
# File 'lib/v20180125/models.rb', line 19907 def deserialize(params) @MatchField = params['MatchField'] @MatchMethod = params['MatchMethod'] @MatchContent = params['MatchContent'] @MatchParams = params['MatchParams'] end |