GoogleCloudContentwarehouseV1EnumTypeOptionsArgs

data class GoogleCloudContentwarehouseV1EnumTypeOptionsArgs(val possibleValues: Output<List<String>>, val validationCheckDisabled: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1EnumTypeOptionsArgs>

Configurations for an enum/categorical property.

Constructors

fun GoogleCloudContentwarehouseV1EnumTypeOptionsArgs(possibleValues: Output<List<String>>, validationCheckDisabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudContentwarehouseV1EnumTypeOptionsArgs

Properties

Link copied to clipboard
val possibleValues: Output<List<String>>

List of possible enum values.

Link copied to clipboard
val validationCheckDisabled: Output<Boolean>? = null

Make sure the Enum property value provided in the document is in the possile value list during document creation. The validation check runs by default.