Show / Hide Table of Contents

Class InitiatePortabilityArchiveResponse

Response from initiating an Archive job.

Inheritance
object
InitiatePortabilityArchiveResponse
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.DataPortability.v1beta.Data
Assembly: Google.Apis.DataPortability.v1beta.dll
Syntax
public class InitiatePortabilityArchiveResponse : IDirectResponseSchema

Properties

AccessType

The access type of the Archive job initiated by the API.

Declaration
[JsonProperty("accessType")]
public virtual string AccessType { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX