Show / Hide Table of Contents

Class InitiateBackupResponse

Response message for InitiateBackup.

Inheritance
object
InitiateBackupResponse
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX