DataTransfer class

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

Constructors

DataTransfer({List<ApplicationDataTransfer>? applicationDataTransfers, String? etag, String? id, String? kind, String? newOwnerUserId, String? oldOwnerUserId, String? overallTransferStatusCode, DateTime? requestTime})
DataTransfer.fromJson(Map json_)

Properties

applicationDataTransfers List<ApplicationDataTransfer>?
The list of per-application data transfer resources.
getter/setter pair
etag String?
ETag of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Read-only.
getter/setter pair
kind String?
Identifies the resource as a DataTransfer request.
getter/setter pair
newOwnerUserId String?
ID of the user to whom the data is being transferred.
getter/setter pair
oldOwnerUserId String?
ID of the user whose data is being transferred.
getter/setter pair
overallTransferStatusCode String?
Read-only.
getter/setter pair
requestTime DateTime?
Read-only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited