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.



14475
14476
14477
14478
# File 'lib/v20210820/models.rb', line 14475

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

Instance Attribute Details

#ProjectIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



14473
14474
14475
# File 'lib/v20210820/models.rb', line 14473

def ProjectId
  @ProjectId
end

#RuleGroupExecIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



14473
14474
14475
# File 'lib/v20210820/models.rb', line 14473

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



14480
14481
14482
14483
# File 'lib/v20210820/models.rb', line 14480

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