Class ListBackupsResponse
The response payload containing a list of the backups.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class ListBackupsResponse : IDirectResponseSchema
Properties
Backups
A list of 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
A token, which can be sent as page_token
to retrieve the next page. If this field is omitted, then there
aren't subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Warnings
If a region isn't unavailable or if an unknown error occurs, then a warning message is returned.
Declaration
[JsonProperty("warnings")]
public virtual IList<ApiWarning> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<ApiWarning> |