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.



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

#SupportDdlObject

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

Parameters:

  • SupportSelect:

    是否支持select

  • SupportDdl:

    是否支持ddl



4370
4371
4372
# File 'lib/v20210820/models.rb', line 4370

def SupportDdl
  @SupportDdl
end

#SupportSelectObject

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

Parameters:

  • SupportSelect:

    是否支持select

  • SupportDdl:

    是否支持ddl



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