Class ListInstanceBackupsResponse
Response from listing Looker instance backups.
Implements
Inherited Members
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> |