Class: TencentCloud::Tcaplusdb::V20190823::SnapshotInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::SnapshotInfo
- Defined in:
- lib/v20190823/models.rb
Overview
快照列表
Instance Attribute Summary collapse
- #SnapshotDeadTime ⇒ Object
- #SnapshotName ⇒ Object
- #SnapshotTime ⇒ Object
- #TableGroupId ⇒ Object
- #TableName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tablegroupid = nil, tablename = nil, snapshotname = nil, snapshottime = nil, snapshotdeadtime = nil) ⇒ SnapshotInfo
constructor
A new instance of SnapshotInfo.
Constructor Details
#initialize(tablegroupid = nil, tablename = nil, snapshotname = nil, snapshottime = nil, snapshotdeadtime = nil) ⇒ SnapshotInfo
Returns a new instance of SnapshotInfo.
4080 4081 4082 4083 4084 4085 4086 |
# File 'lib/v20190823/models.rb', line 4080 def initialize(tablegroupid=nil, tablename=nil, snapshotname=nil, snapshottime=nil, snapshotdeadtime=nil) @TableGroupId = tablegroupid @TableName = tablename @SnapshotName = snapshotname @SnapshotTime = snapshottime @SnapshotDeadTime = snapshotdeadtime end |
Instance Attribute Details
#SnapshotDeadTime ⇒ Object
4078 4079 4080 |
# File 'lib/v20190823/models.rb', line 4078 def SnapshotDeadTime @SnapshotDeadTime end |
#SnapshotName ⇒ Object
4078 4079 4080 |
# File 'lib/v20190823/models.rb', line 4078 def SnapshotName @SnapshotName end |
#SnapshotTime ⇒ Object
4078 4079 4080 |
# File 'lib/v20190823/models.rb', line 4078 def SnapshotTime @SnapshotTime end |
#TableGroupId ⇒ Object
4078 4079 4080 |
# File 'lib/v20190823/models.rb', line 4078 def TableGroupId @TableGroupId end |
#TableName ⇒ Object
4078 4079 4080 |
# File 'lib/v20190823/models.rb', line 4078 def TableName @TableName end |
Instance Method Details
#deserialize(params) ⇒ Object
4088 4089 4090 4091 4092 4093 4094 |
# File 'lib/v20190823/models.rb', line 4088 def deserialize(params) @TableGroupId = params['TableGroupId'] @TableName = params['TableName'] @SnapshotName = params['SnapshotName'] @SnapshotTime = params['SnapshotTime'] @SnapshotDeadTime = params['SnapshotDeadTime'] end |