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.
18311 18312 18313 18314 18315 |
# File 'lib/v20210820/models.rb', line 18311 def initialize(mergemanifestsenable=nil, engine=nil, intervalmin=nil) @MergeManifestsEnable = mergemanifestsenable @Engine = engine @IntervalMin = intervalmin end |
Instance Attribute Details
#Engine ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
18309 18310 18311 |
# File 'lib/v20210820/models.rb', line 18309 def Engine @Engine end |
#IntervalMin ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
18309 18310 18311 |
# File 'lib/v20210820/models.rb', line 18309 def IntervalMin @IntervalMin end |
#MergeManifestsEnable ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
18309 18310 18311 |
# File 'lib/v20210820/models.rb', line 18309 def MergeManifestsEnable @MergeManifestsEnable end |
Instance Method Details
#deserialize(params) ⇒ Object
18317 18318 18319 18320 18321 |
# File 'lib/v20210820/models.rb', line 18317 def deserialize(params) @MergeManifestsEnable = params['MergeManifestsEnable'] @Engine = params['Engine'] @IntervalMin = params['IntervalMin'] end |