Class ApplicationDataTransfer
Template to map fields of ApplicationDataTransfer resource.
Implements
Inherited Members
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 |