Class: TencentCloud::Wedata::V20210820::DescribeRulesRequest

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

Overview

DescribeRules请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, rulegroupid = nil, enginetype = nil) ⇒ DescribeRulesRequest

Returns a new instance of DescribeRulesRequest.



15400
15401
15402
15403
15404
# File 'lib/v20210820/models.rb', line 15400

def initialize(projectid=nil, rulegroupid=nil, enginetype=nil)
  @ProjectId = projectid
  @RuleGroupId = rulegroupid
  @EngineType = enginetype
end

Instance Attribute Details

#EngineTypeObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

    该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎



15398
15399
15400
# File 'lib/v20210820/models.rb', line 15398

def EngineType
  @EngineType
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

    该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎



15398
15399
15400
# File 'lib/v20210820/models.rb', line 15398

def ProjectId
  @ProjectId
end

#RuleGroupIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

    该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎



15398
15399
15400
# File 'lib/v20210820/models.rb', line 15398

def RuleGroupId
  @RuleGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



15406
15407
15408
15409
15410
# File 'lib/v20210820/models.rb', line 15406

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