Class: TencentCloud::Oceanus::V20190422::GetMetaTableRequest

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

Overview

GetMetaTable请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(catalog = nil, database = nil, table = nil, workspaceid = nil) ⇒ GetMetaTableRequest

Returns a new instance of GetMetaTableRequest.



3317
3318
3319
3320
3321
3322
# File 'lib/v20190422/models.rb', line 3317

def initialize(catalog=nil, database=nil, table=nil, workspaceid=nil)
  @Catalog = catalog
  @Database = database
  @Table = table
  @WorkSpaceId = workspaceid
end

Instance Attribute Details

#CatalogObject

Parameters:

  • Catalog:

    目录名

  • Database:

    库名

  • Table:

    表名

  • WorkSpaceId:

    空间唯一标识



3315
3316
3317
# File 'lib/v20190422/models.rb', line 3315

def Catalog
  @Catalog
end

#DatabaseObject

Parameters:

  • Catalog:

    目录名

  • Database:

    库名

  • Table:

    表名

  • WorkSpaceId:

    空间唯一标识



3315
3316
3317
# File 'lib/v20190422/models.rb', line 3315

def Database
  @Database
end

#TableObject

Parameters:

  • Catalog:

    目录名

  • Database:

    库名

  • Table:

    表名

  • WorkSpaceId:

    空间唯一标识



3315
3316
3317
# File 'lib/v20190422/models.rb', line 3315

def Table
  @Table
end

#WorkSpaceIdObject

Parameters:

  • Catalog:

    目录名

  • Database:

    库名

  • Table:

    表名

  • WorkSpaceId:

    空间唯一标识



3315
3316
3317
# File 'lib/v20190422/models.rb', line 3315

def WorkSpaceId
  @WorkSpaceId
end

Instance Method Details

#deserialize(params) ⇒ Object



3324
3325
3326
3327
3328
3329
# File 'lib/v20190422/models.rb', line 3324

def deserialize(params)
  @Catalog = params['Catalog']
  @Database = params['Database']
  @Table = params['Table']
  @WorkSpaceId = params['WorkSpaceId']
end