Class: TencentCloud::Cwp::V20180228::ExportIgnoreBaselineRuleRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::ExportIgnoreBaselineRuleRequest
- Defined in:
- lib/v20180228/models.rb
Overview
ExportIgnoreBaselineRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil) ⇒ ExportIgnoreBaselineRuleRequest
constructor
A new instance of ExportIgnoreBaselineRuleRequest.
Constructor Details
#initialize(rulename = nil) ⇒ ExportIgnoreBaselineRuleRequest
Returns a new instance of ExportIgnoreBaselineRuleRequest.
27206 27207 27208 |
# File 'lib/v20180228/models.rb', line 27206 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
27204 27205 27206 |
# File 'lib/v20180228/models.rb', line 27204 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
27210 27211 27212 |
# File 'lib/v20180228/models.rb', line 27210 def deserialize(params) @RuleName = params['RuleName'] end |