Show / Hide Table of Contents

Class ListInstanceBackupsResponse

Response from listing Looker instance backups.

Inheritance
object
ListInstanceBackupsResponse
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.Looker.v1.Data
Assembly: Google.Apis.Looker.v1.dll
Syntax
public class ListInstanceBackupsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstanceBackups

The list of instances matching the request filters, up to the requested page_size.

Declaration
[JsonProperty("instanceBackups")]
public virtual IList<InstanceBackup> InstanceBackups { get; set; }
Property Value
Type Description
IList<InstanceBackup>

NextPageToken

If provided, a page token that can look up the next page_size results. If empty, the results list is exhausted.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Unreachable

Locations that could not be reached.

Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX