Class: TencentCloud::Cwp::V20180228::CheckBashRuleParamsRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::CheckBashRuleParamsRequest
- Defined in:
- lib/v20180228/models.rb
Overview
CheckBashRuleParams请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(checkfield = nil, eventid = nil, name = nil, rule = nil, id = nil) ⇒ CheckBashRuleParamsRequest
constructor
A new instance of CheckBashRuleParamsRequest.
Constructor Details
#initialize(checkfield = nil, eventid = nil, name = nil, rule = nil, id = nil) ⇒ CheckBashRuleParamsRequest
Returns a new instance of CheckBashRuleParamsRequest.
5130 5131 5132 5133 5134 5135 5136 |
# File 'lib/v20180228/models.rb', line 5130 def initialize(checkfield=nil, eventid=nil, name=nil, rule=nil, id=nil) @CheckField = checkfield @EventId = eventid @Name = name @Rule = rule @Id = id end |
Instance Attribute Details
#CheckField ⇒ Object
5128 5129 5130 |
# File 'lib/v20180228/models.rb', line 5128 def CheckField @CheckField end |
#EventId ⇒ Object
5128 5129 5130 |
# File 'lib/v20180228/models.rb', line 5128 def EventId @EventId end |
#Id ⇒ Object
5128 5129 5130 |
# File 'lib/v20180228/models.rb', line 5128 def Id @Id end |
#Name ⇒ Object
5128 5129 5130 |
# File 'lib/v20180228/models.rb', line 5128 def Name @Name end |
#Rule ⇒ Object
5128 5129 5130 |
# File 'lib/v20180228/models.rb', line 5128 def Rule @Rule end |
Instance Method Details
#deserialize(params) ⇒ Object
5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/v20180228/models.rb', line 5138 def deserialize(params) @CheckField = params['CheckField'] @EventId = params['EventId'] @Name = params['Name'] @Rule = params['Rule'] @Id = params['Id'] end |