TransfersResource class

Constructors

TransfersResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String dataTransferId, {String? $fields}) Future<DataTransfer>
Retrieves a data transfer request by its resource ID.
insert(DataTransfer request, {String? $fields}) Future<DataTransfer>
Inserts a data transfer request.
list({String? customerId, int? maxResults, String? newOwnerUserId, String? oldOwnerUserId, String? pageToken, String? status, String? $fields}) Future<DataTransfersListResponse>
Lists the transfers for a customer by source user, destination user, or status.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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