exportFormat property
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;