outputFormat property

String? outputFormat
getter/setter pair

Valid values include: csv or json.

Defaults to json. Note: Configure the delimiter for CSV output using the csvDelimiter property.

Implementation

core.String? outputFormat;