EventLogConfigFilterCondition

data class EventLogConfigFilterCondition(val releaseType: String? = null, val from: Int = 0, val to: Int = Int.MAX_VALUE)

Deprecated

Rename to ConfigurationReleaseFilter

Replace with

ConfigurationReleaseFilter

Constructors

Link copied to clipboard
constructor(releaseType: String? = null, from: Int = 0, to: Int = Int.MAX_VALUE)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
Link copied to clipboard
val to: Int