resources property

List<String>? resources
getter/setter pair

The resources from which you're exporting data.

These values have a 1:1 correspondence with the OAuth scopes.

Implementation

core.List<core.String>? resources;