Class InitiateBackupResponse
Response message for InitiateBackup.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class InitiateBackupResponse : IDirectResponseSchema
Properties
Backup
The name of the backup that was created.
Declaration
[JsonProperty("backup")]
public virtual string Backup { get; set; }
Property Value
Type | Description |
---|---|
string |
BaseBackupGenerationId
The generation id of the base backup. It is needed for the incremental backups.
Declaration
[JsonProperty("baseBackupGenerationId")]
public virtual int? BaseBackupGenerationId { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NewBackupGenerationId
The generation id of the new backup.
Declaration
[JsonProperty("newBackupGenerationId")]
public virtual int? NewBackupGenerationId { get; set; }
Property Value
Type | Description |
---|---|
int? |