downloadType property

String? downloadType
getter/setter pair

The type of download you need to use for the report data file.

Possible values include GOOGLE_DRIVE and GOOGLE_CLOUD_STORAGE. If the value is GOOGLE_DRIVE, see the driveDownloadDetails field. If the value is GOOGLE_CLOUD_STORAGE, see the cloudStorageDownloadDetails field.

Implementation

core.String? downloadType;