Show / Hide Table of Contents

Class DataTransfer

A Transfer resource represents the transfer of the ownership of user data between users.

Inheritance
object
DataTransfer
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 DataTransfer : IDirectResponseSchema

Properties

ApplicationDataTransfers

The list of per-application data transfer resources. It contains details of the applications associated with this transfer resource, and also specifies the applications for which data transfer has to be done at the time of the transfer resource creation.

Declaration
[JsonProperty("applicationDataTransfers")]
public virtual IList<ApplicationDataTransfer> ApplicationDataTransfers { get; set; }
Property Value
Type Description
IList<ApplicationDataTransfer>

ETag

ETag of the resource.

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

Id

Read-only. The transfer's ID.

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

Kind

Identifies the resource as a DataTransfer request.

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

NewOwnerUserId

ID of the user to whom the data is being transferred.

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

OldOwnerUserId

ID of the user whose data is being transferred.

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

OverallTransferStatusCode

Read-only. Overall transfer status.

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

RequestTime

DateTime representation of RequestTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RequestTimeDateTimeOffset instead.")]
public virtual DateTime? RequestTime { get; set; }
Property Value
Type Description
DateTime?

RequestTimeDateTimeOffset

DateTimeOffset representation of RequestTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? RequestTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

RequestTimeRaw

Read-only. The time at which the data transfer was requested.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX