Profile Enum Valid Values Format Response
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
fun ProfileEnumValidValuesFormatResponse(localizedValueNames: Map<String, String>? = null, value: Int? = null)