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.
4732 4733 4734 4735 |
# File 'lib/v20210820/models.rb', line 4732 def initialize(supportselect=nil, supportddl=nil) @SupportSelect = supportselect @SupportDdl = supportddl end |
Instance Attribute Details
#SupportDdl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4730 4731 4732 |
# File 'lib/v20210820/models.rb', line 4730 def SupportDdl @SupportDdl end |
#SupportSelect ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
4730 4731 4732 |
# File 'lib/v20210820/models.rb', line 4730 def SupportSelect @SupportSelect end |
Instance Method Details
#deserialize(params) ⇒ Object
4737 4738 4739 4740 |
# File 'lib/v20210820/models.rb', line 4737 def deserialize(params) @SupportSelect = params['SupportSelect'] @SupportDdl = params['SupportDdl'] end |