Profile Enum Valid Values Format Args
data class ProfileEnumValidValuesFormatArgs(val localizedValueNames: Output<Map<String, String>>? = null, val value: Output<Int>? = null) : ConvertibleToJava<ProfileEnumValidValuesFormatArgs>
Valid enum values in case of an enum property.
Constructors
Link copied to clipboard
fun ProfileEnumValidValuesFormatArgs(localizedValueNames: Output<Map<String, String>>? = null, value: Output<Int>? = null)