LocalTimestampResponse

data class LocalTimestampResponse(val format: String? = null, val timeZoneOffset: LocalTimestampResponseTimeZoneOffset? = null)

An object that represents the local timestamp property. It contains the format of local timestamp that needs to be used and the corresponding timezone offset information. If a value isn't specified for localTimestamp, or if null, then the local timestamp will not be ingressed with the events.

Constructors

Link copied to clipboard
constructor(format: String? = null, timeZoneOffset: LocalTimestampResponseTimeZoneOffset? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val format: String? = null

An enum that represents the format of the local timestamp property that needs to be set.

Link copied to clipboard

An object that represents the offset information for the local timestamp format specified. Should not be specified for LocalTimestampFormat - Embedded.