applicationTransferParams property

List<ApplicationTransferParam>? applicationTransferParams
getter/setter pair

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](/admin-sdk/data-transfer/v1/parameters) reference.

Implementation

core.List<ApplicationTransferParam>? applicationTransferParams;