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.



10049
10050
10051
10052
# File 'lib/v20210820/models.rb', line 10049

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

Instance Attribute Details

#ProjectIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



10047
10048
10049
# File 'lib/v20210820/models.rb', line 10047

def ProjectId
  @ProjectId
end

#RuleGroupExecIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



10047
10048
10049
# File 'lib/v20210820/models.rb', line 10047

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



10054
10055
10056
10057
# File 'lib/v20210820/models.rb', line 10054

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