Class: TencentCloud::Dlc::V20210125::FavorInfo

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

Overview

FavorInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(priority = nil, catalog = nil, database = nil, table = nil) ⇒ FavorInfo

Returns a new instance of FavorInfo.



11097
11098
11099
11100
11101
11102
# File 'lib/v20210125/models.rb', line 11097

def initialize(priority=nil, catalog=nil, database=nil, table=nil)
  @Priority = priority
  @Catalog = catalog
  @DataBase = database
  @Table = table
end

Instance Attribute Details

#CatalogObject

Parameters:

  • Priority:

    优先事项

  • Catalog:

    Catalog名称

  • DataBase:

    DataBase名称

  • Table:

    Table名称



11095
11096
11097
# File 'lib/v20210125/models.rb', line 11095

def Catalog
  @Catalog
end

#DataBaseObject

Parameters:

  • Priority:

    优先事项

  • Catalog:

    Catalog名称

  • DataBase:

    DataBase名称

  • Table:

    Table名称



11095
11096
11097
# File 'lib/v20210125/models.rb', line 11095

def DataBase
  @DataBase
end

#PriorityObject

Parameters:

  • Priority:

    优先事项

  • Catalog:

    Catalog名称

  • DataBase:

    DataBase名称

  • Table:

    Table名称



11095
11096
11097
# File 'lib/v20210125/models.rb', line 11095

def Priority
  @Priority
end

#TableObject

Parameters:

  • Priority:

    优先事项

  • Catalog:

    Catalog名称

  • DataBase:

    DataBase名称

  • Table:

    Table名称



11095
11096
11097
# File 'lib/v20210125/models.rb', line 11095

def Table
  @Table
end

Instance Method Details

#deserialize(params) ⇒ Object



11104
11105
11106
11107
11108
11109
# File 'lib/v20210125/models.rb', line 11104

def deserialize(params)
  @Priority = params['Priority']
  @Catalog = params['Catalog']
  @DataBase = params['DataBase']
  @Table = params['Table']
end