Class: TencentCloud::Tcaplusdb::V20190823::DescribeBackupRecordsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190823/models.rb

Overview

DescribeBackupRecords请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ClusterIdObject



1452
1453
1454
# File 'lib/v20190823/models.rb', line 1452

def ClusterId
  @ClusterId
end

#LimitObject



1452
1453
1454
# File 'lib/v20190823/models.rb', line 1452

def Limit
  @Limit
end

#OffsetObject



1452
1453
1454
# File 'lib/v20190823/models.rb', line 1452

def Offset
  @Offset
end

#TableGroupIdObject



1452
1453
1454
# File 'lib/v20190823/models.rb', line 1452

def TableGroupId
  @TableGroupId
end

#TableNameObject



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