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.



10003
10004
10005
10006
10007
# File 'lib/v20210820/models.rb', line 10003

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



10001
10002
10003
# File 'lib/v20210820/models.rb', line 10001

def ProjectId
  @ProjectId
end

#RuleExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



10001
10002
10003
# File 'lib/v20210820/models.rb', line 10001

def RuleExecId
  @RuleExecId
end

#RuleGroupExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



10001
10002
10003
# File 'lib/v20210820/models.rb', line 10001

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



10009
10010
10011
10012
10013
# File 'lib/v20210820/models.rb', line 10009

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