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

Returns a new instance of DescribeBackupRecordsRequest.



1475
1476
1477
1478
1479
1480
1481
# File 'lib/v20190823/models.rb', line 1475

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

Parameters:

  • ClusterId:

    集群ID,用于获取指定集群的单据

  • Limit:

    分页

  • Offset:

    分页

  • TableGroupId:

    表格组id,用于过滤

  • TableName:

    表格名,用于过滤



1473
1474
1475
# File 'lib/v20190823/models.rb', line 1473

def ClusterId
  @ClusterId
end

#LimitObject

Parameters:

  • ClusterId:

    集群ID,用于获取指定集群的单据

  • Limit:

    分页

  • Offset:

    分页

  • TableGroupId:

    表格组id,用于过滤

  • TableName:

    表格名,用于过滤



1473
1474
1475
# File 'lib/v20190823/models.rb', line 1473

def Limit
  @Limit
end

#OffsetObject

Parameters:

  • ClusterId:

    集群ID,用于获取指定集群的单据

  • Limit:

    分页

  • Offset:

    分页

  • TableGroupId:

    表格组id,用于过滤

  • TableName:

    表格名,用于过滤



1473
1474
1475
# File 'lib/v20190823/models.rb', line 1473

def Offset
  @Offset
end

#TableGroupIdObject

Parameters:

  • ClusterId:

    集群ID,用于获取指定集群的单据

  • Limit:

    分页

  • Offset:

    分页

  • TableGroupId:

    表格组id,用于过滤

  • TableName:

    表格名,用于过滤



1473
1474
1475
# File 'lib/v20190823/models.rb', line 1473

def TableGroupId
  @TableGroupId
end

#TableNameObject

Parameters:

  • ClusterId:

    集群ID,用于获取指定集群的单据

  • Limit:

    分页

  • Offset:

    分页

  • TableGroupId:

    表格组id,用于过滤

  • TableName:

    表格名,用于过滤



1473
1474
1475
# File 'lib/v20190823/models.rb', line 1473

def TableName
  @TableName
end

Instance Method Details

#deserialize(params) ⇒ Object



1483
1484
1485
1486
1487
1488
1489
# File 'lib/v20190823/models.rb', line 1483

def deserialize(params)
  @ClusterId = params['ClusterId']
  @Limit = params['Limit']
  @Offset = params['Offset']
  @TableGroupId = params['TableGroupId']
  @TableName = params['TableName']
end