Class: TencentCloud::Tcaplusdb::V20190823::DescribeBackupRecordsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcaplusdb::V20190823::DescribeBackupRecordsRequest
- Defined in:
- lib/v20190823/models.rb
Overview
DescribeBackupRecords请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, limit = nil, offset = nil, tablegroupid = nil, tablename = nil) ⇒ DescribeBackupRecordsRequest
constructor
A new instance of DescribeBackupRecordsRequest.
Constructor Details
#initialize(clusterid = nil, limit = nil, offset = nil, tablegroupid = nil, tablename = nil) ⇒ DescribeBackupRecordsRequest
1454 1455 1456 1457 1458 1459 1460 |
# File 'lib/v20190823/models.rb', line 1454 def initialize(clusterid=nil, limit=nil, offset=nil, tablegroupid=nil, tablename=nil) @ClusterId = clusterid @Limit = limit @Offset = offset @TableGroupId = tablegroupid @TableName = tablename end |
Instance Attribute Details
#ClusterId ⇒ Object
1452 1453 1454 |
# File 'lib/v20190823/models.rb', line 1452 def ClusterId @ClusterId end |
#Limit ⇒ Object
1452 1453 1454 |
# File 'lib/v20190823/models.rb', line 1452 def Limit @Limit end |
#Offset ⇒ Object
1452 1453 1454 |
# File 'lib/v20190823/models.rb', line 1452 def Offset @Offset end |
#TableGroupId ⇒ Object
1452 1453 1454 |
# File 'lib/v20190823/models.rb', line 1452 def TableGroupId @TableGroupId end |
#TableName ⇒ Object
1452 1453 1454 |
# File 'lib/v20190823/models.rb', line 1452 def TableName @TableName end |
Instance Method Details
#deserialize(params) ⇒ Object
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/v20190823/models.rb', line 1462 def deserialize(params) @ClusterId = params['ClusterId'] @Limit = params['Limit'] @Offset = params['Offset'] @TableGroupId = params['TableGroupId'] @TableName = params['TableName'] end |