Class: TencentCloud::Wedata::V20210820::DescribeRuleExecResultsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeRuleExecResultsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeRuleExecResults请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulegroupexecid = nil, projectid = nil) ⇒ DescribeRuleExecResultsRequest
constructor
A new instance of DescribeRuleExecResultsRequest.
Constructor Details
#initialize(rulegroupexecid = nil, projectid = nil) ⇒ DescribeRuleExecResultsRequest
Returns a new instance of DescribeRuleExecResultsRequest.
14176 14177 14178 14179 |
# File 'lib/v20210820/models.rb', line 14176 def initialize(rulegroupexecid=nil, projectid=nil) @RuleGroupExecId = rulegroupexecid @ProjectId = projectid end |
Instance Attribute Details
#ProjectId ⇒ Object
14174 14175 14176 |
# File 'lib/v20210820/models.rb', line 14174 def ProjectId @ProjectId end |
#RuleGroupExecId ⇒ Object
14174 14175 14176 |
# File 'lib/v20210820/models.rb', line 14174 def RuleGroupExecId @RuleGroupExecId end |
Instance Method Details
#deserialize(params) ⇒ Object
14181 14182 14183 14184 |
# File 'lib/v20210820/models.rb', line 14181 def deserialize(params) @RuleGroupExecId = params['RuleGroupExecId'] @ProjectId = params['ProjectId'] end |