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.



9866
9867
9868
9869
# File 'lib/v20210820/models.rb', line 9866

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

Instance Attribute Details

#ProjectIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



9864
9865
9866
# File 'lib/v20210820/models.rb', line 9864

def ProjectId
  @ProjectId
end

#RuleGroupExecIdObject

Parameters:

  • RuleGroupExecId:

    规则组执行Id

  • ProjectId:

    项目Id



9864
9865
9866
# File 'lib/v20210820/models.rb', line 9864

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



9871
9872
9873
9874
# File 'lib/v20210820/models.rb', line 9871

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