TopicRuleAssetPropertyTimestampArgs

data class TopicRuleAssetPropertyTimestampArgs(val offsetInNanos: Output<String>? = null, val timeInSeconds: Output<String>) : ConvertibleToJava<TopicRuleAssetPropertyTimestampArgs>

Constructors

Link copied to clipboard
fun TopicRuleAssetPropertyTimestampArgs(offsetInNanos: Output<String>? = null, timeInSeconds: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleAssetPropertyTimestampArgs

Properties

Link copied to clipboard
val offsetInNanos: Output<String>? = null
Link copied to clipboard
val timeInSeconds: Output<String>