FeatureGroupOnlineStoreConfigTtlDuration

data class FeatureGroupOnlineStoreConfigTtlDuration(val unit: String? = null, val value: Int? = null)

Constructors

Link copied to clipboard
constructor(unit: String? = null, value: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unit: String? = null

TtlDuration time unit. Valid values are Seconds, Minutes, Hours, Days, or Weeks.

Link copied to clipboard
val value: Int? = null

TtlDuration time value.