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
Returns a new instance of DescribeRuleExecLogRequest.
14064 14065 14066 14067 14068 |
# File 'lib/v20210820/models.rb', line 14064 def initialize(ruleexecid=nil, projectid=nil, rulegroupexecid=nil) @RuleExecId = ruleexecid @ProjectId = projectid @RuleGroupExecId = rulegroupexecid end |
Instance Attribute Details
#ProjectId ⇒ Object
14062 14063 14064 |
# File 'lib/v20210820/models.rb', line 14062 def ProjectId @ProjectId end |
#RuleExecId ⇒ Object
14062 14063 14064 |
# File 'lib/v20210820/models.rb', line 14062 def RuleExecId @RuleExecId end |
#RuleGroupExecId ⇒ Object
14062 14063 14064 |
# File 'lib/v20210820/models.rb', line 14062 def RuleGroupExecId @RuleGroupExecId end |
Instance Method Details
#deserialize(params) ⇒ Object
14070 14071 14072 14073 14074 |
# File 'lib/v20210820/models.rb', line 14070 def deserialize(params) @RuleExecId = params['RuleExecId'] @ProjectId = params['ProjectId'] @RuleGroupExecId = params['RuleGroupExecId'] end |