Class: TencentCloud::Wedata::V20210820::DescribeRuleExecLogRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeRuleExecLogRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeRuleExecLog请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruleexecid = nil, projectid = nil, rulegroupexecid = nil) ⇒ DescribeRuleExecLogRequest
constructor
A new instance of DescribeRuleExecLogRequest.
Constructor Details
#initialize(ruleexecid = nil, projectid = nil, rulegroupexecid = nil) ⇒ DescribeRuleExecLogRequest
14130 14131 14132 14133 14134 |
# File 'lib/v20210820/models.rb', line 14130 def initialize(ruleexecid=nil, projectid=nil, rulegroupexecid=nil) @RuleExecId = ruleexecid @ProjectId = projectid @RuleGroupExecId = rulegroupexecid end |
Instance Attribute Details
#ProjectId ⇒ Object
14128 14129 14130 |
# File 'lib/v20210820/models.rb', line 14128 def ProjectId @ProjectId end |
#RuleExecId ⇒ Object
14128 14129 14130 |
# File 'lib/v20210820/models.rb', line 14128 def RuleExecId @RuleExecId end |
#RuleGroupExecId ⇒ Object
14128 14129 14130 |
# File 'lib/v20210820/models.rb', line 14128 def RuleGroupExecId @RuleGroupExecId end |
Instance Method Details
#deserialize(params) ⇒ Object
14136 14137 14138 14139 14140 |
# File 'lib/v20210820/models.rb', line 14136 def deserialize(params) @RuleExecId = params['RuleExecId'] @ProjectId = params['ProjectId'] @RuleGroupExecId = params['RuleGroupExecId'] end |