Class: TencentCloud::Wedata::V20210820::DescribeRuleExecLogRequest

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

Overview

DescribeRuleExecLog请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ruleexecid = nil, projectid = nil, rulegroupexecid = nil) ⇒ DescribeRuleExecLogRequest

Returns a new instance of DescribeRuleExecLogRequest.



9820
9821
9822
9823
9824
# File 'lib/v20210820/models.rb', line 9820

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

Instance Attribute Details

#ProjectIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



9818
9819
9820
# File 'lib/v20210820/models.rb', line 9818

def ProjectId
  @ProjectId
end

#RuleExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



9818
9819
9820
# File 'lib/v20210820/models.rb', line 9818

def RuleExecId
  @RuleExecId
end

#RuleGroupExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



9818
9819
9820
# File 'lib/v20210820/models.rb', line 9818

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



9826
9827
9828
9829
9830
# File 'lib/v20210820/models.rb', line 9826

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