Class: TencentCloud::Oceanus::V20190422::GetMetaTableRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::GetMetaTableRequest
- Defined in:
- lib/v20190422/models.rb
Overview
GetMetaTable请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(catalog = nil, database = nil, table = nil, workspaceid = nil) ⇒ GetMetaTableRequest
constructor
A new instance of GetMetaTableRequest.
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
#Catalog ⇒ Object
3315 3316 3317 |
# File 'lib/v20190422/models.rb', line 3315 def Catalog @Catalog end |
#Database ⇒ Object
3315 3316 3317 |
# File 'lib/v20190422/models.rb', line 3315 def Database @Database end |
#Table ⇒ Object
3315 3316 3317 |
# File 'lib/v20190422/models.rb', line 3315 def Table @Table end |
#WorkSpaceId ⇒ Object
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 |