ConfigurationFeatureTimewindowFilter

data class ConfigurationFeatureTimewindowFilter(val end: String? = null, val start: String? = null)

Constructors

Link copied to clipboard
constructor(end: String? = null, start: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: String? = null

The latest timestamp the feature is enabled. The timestamp must be in RFC3339 format.

Link copied to clipboard
val start: String? = null

The earliest timestamp the feature is enabled. The timestamp must be in RFC3339 format.