class TencentCloud::Dlc::V20210125::CreateTableRequest
CreateTable请求参数结构体
def deserialize(params)
def deserialize(params) unless params['TableInfo'].nil? @TableInfo = TableInfo.new @TableInfo.deserialize(params['TableInfo']) end end
def initialize(tableinfo=nil)
def initialize(tableinfo=nil) @TableInfo = tableinfo end