TopicRuleAssetPropertyTimestamp

data class TopicRuleAssetPropertyTimestamp(val offsetInNanos: String? = null, val timeInSeconds: String)

Constructors

Link copied to clipboard
constructor(offsetInNanos: String? = null, timeInSeconds: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val offsetInNanos: String? = null

Optional. A string that contains the nanosecond time offset. Accepts substitution templates.

Link copied to clipboard

A string that contains the time in seconds since epoch. Accepts substitution templates.