exportFormat property

String? exportFormat
getter/setter pair

The format to export the app in.

Required. Possible string values are:

  • "EXPORT_FORMAT_UNSPECIFIED" : The export format is unspecified.
  • "JSON" : The export format is JSON.
  • "YAML" : The export format is YAML.

Implementation

core.String? exportFormat;