Class: TencentCloud::Dlc::V20210125::DataGovernPolicy

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

Overview

数据治理规则

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ruletype = nil, governengine = nil) ⇒ DataGovernPolicy

Returns a new instance of DataGovernPolicy.



4890
4891
4892
4893
# File 'lib/v20210125/models.rb', line 4890

def initialize(ruletype=nil, governengine=nil)
  @RuleType = ruletype
  @GovernEngine = governengine
end

Instance Attribute Details

#GovernEngineObject

Parameters:

  • RuleType:

    治理规则类型,Customize: 自定义;Intelligence: 智能治理

  • GovernEngine:

    治理引擎



4888
4889
4890
# File 'lib/v20210125/models.rb', line 4888

def GovernEngine
  @GovernEngine
end

#RuleTypeObject

Parameters:

  • RuleType:

    治理规则类型,Customize: 自定义;Intelligence: 智能治理

  • GovernEngine:

    治理引擎



4888
4889
4890
# File 'lib/v20210125/models.rb', line 4888

def RuleType
  @RuleType
end

Instance Method Details

#deserialize(params) ⇒ Object



4895
4896
4897
4898
# File 'lib/v20210125/models.rb', line 4895

def deserialize(params)
  @RuleType = params['RuleType']
  @GovernEngine = params['GovernEngine']
end