Class: TencentCloud::Dlc::V20210125::FavorInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::FavorInfo
- Defined in:
- lib/v20210125/models.rb
Overview
FavorInfo
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(priority = nil, catalog = nil, database = nil, table = nil) ⇒ FavorInfo
constructor
A new instance of FavorInfo.
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
#Catalog ⇒ Object
11095 11096 11097 |
# File 'lib/v20210125/models.rb', line 11095 def Catalog @Catalog end |
#DataBase ⇒ Object
11095 11096 11097 |
# File 'lib/v20210125/models.rb', line 11095 def DataBase @DataBase end |
#Priority ⇒ Object
11095 11096 11097 |
# File 'lib/v20210125/models.rb', line 11095 def Priority @Priority end |
#Table ⇒ Object
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 |