OverrideResponse

data class OverrideResponse(val kind: String? = null, val selectors: List<SelectorResponse>? = null, val value: String? = null)

The policy property value override.

Constructors

Link copied to clipboard
constructor(kind: String? = null, selectors: List<SelectorResponse>? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kind: String? = null

The override kind.

Link copied to clipboard

The list of the selector expressions.

Link copied to clipboard
val value: String? = null

The value to override the policy property.