Class DataFormat (1.33.0)

DataFormat(value)

Data format of the exported intents.

Values: DATA_FORMAT_UNSPECIFIED (0): Unspecified format. Treated as BLOB. BLOB (1): Intents will be exported as raw bytes. JSON (2): Intents will be exported in JSON format. CSV (3): Intents will be exported in CSV format.