Class Application
Application resources represent applications installed on the domain that support transferring ownership of user data.
Implements
Inherited Members
Namespace: Google.Apis.Admin.DataTransfer.datatransfer_v1.Data
Assembly: Google.Apis.Admin.DataTransfer.datatransfer_v1.dll
Syntax
public class Application : IDirectResponseSchema
Properties
ETag
Etag of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The application's ID. Retrievable by using the
applications.list()
method.
Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Kind
Identifies the resource as a DataTransfer Application Resource.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The application's name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
TransferParams
The list of all possible transfer parameters for this application. These parameters select which categories of the user's data to transfer.
Declaration
[JsonProperty("transferParams")]
public virtual IList<ApplicationTransferParam> TransferParams { get; set; }
Property Value
Type | Description |
---|---|
IList<ApplicationTransferParam> |