Class ListBackupPlanRevisionsResponse
The response message for getting a list of BackupPlanRevision.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ListBackupPlanRevisionsResponse : IDirectResponseSchema
Properties
BackupPlanRevisions
The list of BackupPlanRevisions in the project for the specified location. If the {location} value in
the request is "-", the response contains a list of resources from all locations. In case any location is
unreachable, the response will only return backup plans in reachable locations and the 'unreachable' field
will be populated with a list of unreachable locations.
Declaration
[JsonProperty("backupPlanRevisions")]
public virtual IList<BackupPlanRevision> BackupPlanRevisions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BackupPlanRevision> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token which may be sent as page_token in a subsequent ListBackupPlanRevisions call to retrieve the next
page of results. If this field is omitted or empty, then there are no more results to return.
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> |