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.
27667 27668 27669 |
# File 'lib/v20180228/models.rb', line 27667 def initialize(rulename=nil) @RuleName = rulename end |
Instance Attribute Details
#RuleName ⇒ Object
27665 27666 27667 |
# File 'lib/v20180228/models.rb', line 27665 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
27671 27672 27673 |
# File 'lib/v20180228/models.rb', line 27671 def deserialize(params) @RuleName = params['RuleName'] end |