MediumConverterConfig

data class MediumConverterConfig(val extractedAtAsTimestampWithTimezone: Boolean = true)

Config object for medium converter options. Used by both JSON and Protobuf converters.

Constructors

Link copied to clipboard
constructor(extractedAtAsTimestampWithTimezone: Boolean = true)

Properties