exportUse property

String? exportUse
getter/setter pair

Indicates the usage of the exported files. Possible string values are:

  • "EXPORT_USE_UNSPECIFIED" : Regular user export.
  • "CUSTOM_CODE_TRAINING" : Export for custom code training.

Implementation

core.String? exportUse;