Class: TencentCloud::Tcaplusdb::V20190823::SnapshotInfoNew
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::SnapshotInfoNew
- Defined in:
- lib/v20190823/models.rb
Overview
新的快照过期时间
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tablegroupid = nil, tablename = nil, snapshotname = nil, snapshotdeadtime = nil) ⇒ SnapshotInfoNew
constructor
A new instance of SnapshotInfoNew.
Constructor Details
#initialize(tablegroupid = nil, tablename = nil, snapshotname = nil, snapshotdeadtime = nil) ⇒ SnapshotInfoNew
Returns a new instance of SnapshotInfoNew.
4176 4177 4178 4179 4180 4181 |
# File 'lib/v20190823/models.rb', line 4176 def initialize(tablegroupid=nil, tablename=nil, snapshotname=nil, snapshotdeadtime=nil) @TableGroupId = tablegroupid @TableName = tablename @SnapshotName = snapshotname @SnapshotDeadTime = snapshotdeadtime end |
Instance Attribute Details
#SnapshotDeadTime ⇒ Object
4174 4175 4176 |
# File 'lib/v20190823/models.rb', line 4174 def SnapshotDeadTime @SnapshotDeadTime end |
#SnapshotName ⇒ Object
4174 4175 4176 |
# File 'lib/v20190823/models.rb', line 4174 def SnapshotName @SnapshotName end |
#TableGroupId ⇒ Object
4174 4175 4176 |
# File 'lib/v20190823/models.rb', line 4174 def TableGroupId @TableGroupId end |
#TableName ⇒ Object
4174 4175 4176 |
# File 'lib/v20190823/models.rb', line 4174 def TableName @TableName end |
Instance Method Details
#deserialize(params) ⇒ Object
4183 4184 4185 4186 4187 4188 |
# File 'lib/v20190823/models.rb', line 4183 def deserialize(params) @TableGroupId = params['TableGroupId'] @TableName = params['TableName'] @SnapshotName = params['SnapshotName'] @SnapshotDeadTime = params['SnapshotDeadTime'] end |