Show / Hide Table of Contents

Class ApplicationDataTransfer

Template to map fields of ApplicationDataTransfer resource.

Inheritance
object
ApplicationDataTransfer
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.Admin.DataTransfer.datatransfer_v1.Data
Assembly: Google.Apis.Admin.DataTransfer.datatransfer_v1.dll
Syntax
public class ApplicationDataTransfer : IDirectResponseSchema

Properties

ApplicationId

The application's ID.

Declaration
[JsonProperty("applicationId")]
public virtual long? ApplicationId { get; set; }
Property Value
Type Description
long?

ApplicationTransferParams

The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the Transfer parameters reference.

Declaration
[JsonProperty("applicationTransferParams")]
public virtual IList<ApplicationTransferParam> ApplicationTransferParams { get; set; }
Property Value
Type Description
IList<ApplicationTransferParam>

ApplicationTransferStatus

Read-only. Current status of transfer for this application.

Declaration
[JsonProperty("applicationTransferStatus")]
public virtual string ApplicationTransferStatus { 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