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.



14381
14382
14383
14384
14385
# File 'lib/v20210820/models.rb', line 14381

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



14379
14380
14381
# File 'lib/v20210820/models.rb', line 14379

def ProjectId
  @ProjectId
end

#RuleExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



14379
14380
14381
# File 'lib/v20210820/models.rb', line 14379

def RuleExecId
  @RuleExecId
end

#RuleGroupExecIdObject

Parameters:

  • RuleExecId:

    规则执行Id

  • ProjectId:

    项目id

  • RuleGroupExecId:

    规则组执行id



14379
14380
14381
# File 'lib/v20210820/models.rb', line 14379

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



14387
14388
14389
14390
14391
# File 'lib/v20210820/models.rb', line 14387

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