Class: TencentCloud::Wedata::V20210820::DescribeRuleExecResultsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

DescribeRuleExecResults请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(rulegroupexecid = nil, projectid = nil) ⇒ DescribeRuleExecResultsRequest

Returns a new instance of DescribeRuleExecResultsRequest.



14110
14111
14112
14113
# File 'lib/v20210820/models.rb', line 14110

def initialize(rulegroupexecid=nil, projectid=nil)
  @RuleGroupExecId = rulegroupexecid
  @ProjectId = projectid
end

Instance Attribute Details

#ProjectIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



14108
14109
14110
# File 'lib/v20210820/models.rb', line 14108

def ProjectId
  @ProjectId
end

#RuleGroupExecIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



14108
14109
14110
# File 'lib/v20210820/models.rb', line 14108

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



14115
14116
14117
14118
# File 'lib/v20210820/models.rb', line 14115

def deserialize(params)
  @RuleGroupExecId = params['RuleGroupExecId']
  @ProjectId = params['ProjectId']
end