Parameter Definitions Value Response
data class ParameterDefinitionsValueResponse(val allowedValues: List<Any>? = null, val defaultValue: Any? = null, val metadata: ParameterDefinitionsValueResponseMetadata? = null, val type: String? = null)
The definition of a parameter that can be provided to the policy.
Constructors
Link copied to clipboard
constructor(allowedValues: List<Any>? = null, defaultValue: Any? = null, metadata: ParameterDefinitionsValueResponseMetadata? = null, type: String? = null)