FeatureGroupTtlDuration

data class FeatureGroupTtlDuration(val unit: FeatureGroupUnit? = null, val value: Int? = null)

TTL configuration of the feature group

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val unit: FeatureGroupUnit? = null

TtlDuration time unit.

Link copied to clipboard
val value: Int? = null

TtlDuration time value.