fileUploadUrls property

Map<String, String> fileUploadUrls
final

When the fileMap argument is provided in the request, fileUploadUrls will contain a map of file names to upload URLs.

Implementation

final Map<String, String> fileUploadUrls;