Class ListBackupsResponse
The response for ListBackups.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ListBackupsResponse : IDirectResponseSchema
Properties
Backups
The list of matching backups.
Declaration
[JsonProperty("backups")]
public virtual IList<Backup> Backups { get; set; }
Property Value
Type | Description |
---|---|
IList<Backup> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
next_page_token
can be sent in a subsequent ListBackups call to fetch more of the matching backups.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |