messageFormat property

MessageFormatValue? messageFormat
final

The output format for the records created on the endpoint. The message format is JSON (default) or JSON_UNFORMATTED (a single line with no tab).

Implementation

final MessageFormatValue? messageFormat;