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.



10522
10523
10524
10525
10526
# File 'lib/v20210820/models.rb', line 10522

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:

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



10520
10521
10522
# File 'lib/v20210820/models.rb', line 10520

def EngineType
  @EngineType
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

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



10520
10521
10522
# File 'lib/v20210820/models.rb', line 10520

def ProjectId
  @ProjectId
end

#RuleGroupIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

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



10520
10521
10522
# File 'lib/v20210820/models.rb', line 10520

def RuleGroupId
  @RuleGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



10528
10529
10530
10531
10532
# File 'lib/v20210820/models.rb', line 10528

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