format property
File format in which the labels will be exported.
Required. Possible string values are:
- "FORMAT_UNSPECIFIED" : Unspecified format.
- "CSV" : CSV format. 1,000 labels are stored per CSV file by default.
- "JSON" : JSON format. 1 label stored per JSON file by default.
Implementation
core.String? format;