Class InitiatePortabilityArchiveResponse
Response from initiating an Archive job.
Implements
Inherited Members
Namespace: Google.Apis.DataPortability.v1.Data
Assembly: Google.Apis.DataPortability.v1.dll
Syntax
public class InitiatePortabilityArchiveResponse : IDirectResponseSchema
Properties
ArchiveJobId
The archive job ID that is initiated in the API. This can be used to get the state of the job.
Declaration
[JsonProperty("archiveJobId")]
public virtual string ArchiveJobId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |