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.



14766
14767
14768
14769
14770
# File 'lib/v20210820/models.rb', line 14766

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:

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



14764
14765
14766
# File 'lib/v20210820/models.rb', line 14764

def EngineType
  @EngineType
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

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



14764
14765
14766
# File 'lib/v20210820/models.rb', line 14764

def ProjectId
  @ProjectId
end

#RuleGroupIdObject

Parameters:

  • ProjectId:

    项目id

  • RuleGroupId:

    规则组id

  • EngineType:

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



14764
14765
14766
# File 'lib/v20210820/models.rb', line 14764

def RuleGroupId
  @RuleGroupId
end

Instance Method Details

#deserialize(params) ⇒ Object



14772
14773
14774
14775
14776
# File 'lib/v20210820/models.rb', line 14772

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