Class: TencentCloud::Wedata::V20210820::CreateAndDDLSupport
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateAndDDLSupport
- Defined in:
- lib/v20210820/models.rb
Overview
是否支持creat 或ddl
Instance Attribute Summary collapse
-
#SupportDdl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SupportSelect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(supportselect = nil, supportddl = nil) ⇒ CreateAndDDLSupport
constructor
A new instance of CreateAndDDLSupport.
Constructor Details
#initialize(supportselect = nil, supportddl = nil) ⇒ CreateAndDDLSupport
Returns a new instance of CreateAndDDLSupport.
4372 4373 4374 4375 |
# File 'lib/v20210820/models.rb', line 4372 def initialize(supportselect=nil, supportddl=nil) @SupportSelect = supportselect @SupportDdl = supportddl end |
Instance Attribute Details
#SupportDdl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4370 4371 4372 |
# File 'lib/v20210820/models.rb', line 4370 def SupportDdl @SupportDdl end |
#SupportSelect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
4370 4371 4372 |
# File 'lib/v20210820/models.rb', line 4370 def SupportSelect @SupportSelect end |
Instance Method Details
#deserialize(params) ⇒ Object
4377 4378 4379 4380 |
# File 'lib/v20210820/models.rb', line 4377 def deserialize(params) @SupportSelect = params['SupportSelect'] @SupportDdl = params['SupportDdl'] end |