Show / Hide Table of Contents

Class ListBackupsResponse

The response payload containing a list of the backups.

Inheritance
object
ListBackupsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX