Class: TencentCloud::Cdb::V20170320::BackupItem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdb::V20170320::BackupItem
- Defined in:
- lib/v20170320/models.rb
Overview
创建备份时,指定需要备份的库表信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(db = nil, table = nil) ⇒ BackupItem
constructor
A new instance of BackupItem.
Constructor Details
#initialize(db = nil, table = nil) ⇒ BackupItem
1271 1272 1273 1274 |
# File 'lib/v20170320/models.rb', line 1271 def initialize(db=nil, table=nil) @Db = db @Table = table end |
Instance Attribute Details
#Db ⇒ Object
1269 1270 1271 |
# File 'lib/v20170320/models.rb', line 1269 def Db @Db end |
#Table ⇒ Object
1269 1270 1271 |
# File 'lib/v20170320/models.rb', line 1269 def Table @Table end |
Instance Method Details
#deserialize(params) ⇒ Object
1276 1277 1278 1279 |
# File 'lib/v20170320/models.rb', line 1276 def deserialize(params) @Db = params['Db'] @Table = params['Table'] end |