ProfileEnumValidValuesFormatResponse

data class ProfileEnumValidValuesFormatResponse(val localizedValueNames: Map<String, String>? = null, val value: Int? = null)

Valid enum values in case of an enum property.

Constructors

Link copied to clipboard
constructor(localizedValueNames: Map<String, String>? = null, value: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Localized names of the enum member.

Link copied to clipboard
val value: Int? = null

The integer value of the enum member.