Class: TencentCloud::Dlc::V20210125::DataGovernPolicy
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::DataGovernPolicy
- Defined in:
- lib/v20210125/models.rb
Overview
数据治理规则
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruletype = nil, governengine = nil) ⇒ DataGovernPolicy
constructor
A new instance of DataGovernPolicy.
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
#GovernEngine ⇒ Object
4888 4889 4890 |
# File 'lib/v20210125/models.rb', line 4888 def GovernEngine @GovernEngine end |
#RuleType ⇒ Object
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 |