Class: TencentCloud::Wedata::V20210820::DlcMergeManifestsInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DlcMergeManifestsInfo
- Defined in:
- lib/v20210820/models.rb
Overview
合并元数据Manifests治理项
Instance Attribute Summary collapse
-
#Engine ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#IntervalMin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MergeManifestsEnable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mergemanifestsenable = nil, engine = nil, intervalmin = nil) ⇒ DlcMergeManifestsInfo
constructor
A new instance of DlcMergeManifestsInfo.
Constructor Details
#initialize(mergemanifestsenable = nil, engine = nil, intervalmin = nil) ⇒ DlcMergeManifestsInfo
Returns a new instance of DlcMergeManifestsInfo.
19001 19002 19003 19004 19005 |
# File 'lib/v20210820/models.rb', line 19001 def initialize(mergemanifestsenable=nil, engine=nil, intervalmin=nil) @MergeManifestsEnable = mergemanifestsenable @Engine = engine @IntervalMin = intervalmin end |
Instance Attribute Details
#Engine ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18999 19000 19001 |
# File 'lib/v20210820/models.rb', line 18999 def Engine @Engine end |
#IntervalMin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18999 19000 19001 |
# File 'lib/v20210820/models.rb', line 18999 def IntervalMin @IntervalMin end |
#MergeManifestsEnable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
18999 19000 19001 |
# File 'lib/v20210820/models.rb', line 18999 def MergeManifestsEnable @MergeManifestsEnable end |
Instance Method Details
#deserialize(params) ⇒ Object
19007 19008 19009 19010 19011 |
# File 'lib/v20210820/models.rb', line 19007 def deserialize(params) @MergeManifestsEnable = params['MergeManifestsEnable'] @Engine = params['Engine'] @IntervalMin = params['IntervalMin'] end |