Class: TencentCloud::Wedata::V20210820::CreateAndDDLSupport

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

是否支持creat 或ddl

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#SupportDdlObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SupportSelect:

    是否支持select

  • SupportDdl:

    是否支持ddl



4730
4731
4732
# File 'lib/v20210820/models.rb', line 4730

def SupportDdl
  @SupportDdl
end

#SupportSelectObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SupportSelect:

    是否支持select

  • SupportDdl:

    是否支持ddl



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