UsageProfileConfigurationObject

data class UsageProfileConfigurationObject(val allowedValues: List<String>? = null, val defaultValue: String? = null, val maxValue: String? = null, val minValue: String? = null)

Constructors

Link copied to clipboard
constructor(allowedValues: List<String>? = null, defaultValue: String? = null, maxValue: String? = null, minValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedValues: List<String>? = null
Link copied to clipboard
val defaultValue: String? = null
Link copied to clipboard
val maxValue: String? = null
Link copied to clipboard
val minValue: String? = null