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



14130
14131
14132
14133
14134
# File 'lib/v20210820/models.rb', line 14130

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

Instance Attribute Details

#ProjectIdObject



14128
14129
14130
# File 'lib/v20210820/models.rb', line 14128

def ProjectId
  @ProjectId
end

#RuleExecIdObject



14128
14129
14130
# File 'lib/v20210820/models.rb', line 14128

def RuleExecId
  @RuleExecId
end

#RuleGroupExecIdObject



14128
14129
14130
# File 'lib/v20210820/models.rb', line 14128

def RuleGroupExecId
  @RuleGroupExecId
end

Instance Method Details

#deserialize(params) ⇒ Object



14136
14137
14138
14139
14140
# File 'lib/v20210820/models.rb', line 14136

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