listApi property
The Listing API to use for discovering objects.
When not specified, Transfer Service will attempt to determine the right API to use. Possible string values are:
- "LIST_API_UNSPECIFIED" : ListApi is not specified.
- "LIST_OBJECTS_V2" : Perform listing using ListObjectsV2 API.
- "LIST_OBJECTS" : Legacy ListObjects API.
Implementation
core.String? listApi;