GoogleCloudContentwarehouseV1EnumTypeOptionsResponse

data class GoogleCloudContentwarehouseV1EnumTypeOptionsResponse(val possibleValues: List<String>, val validationCheckDisabled: Boolean)

Configurations for an enum/categorical property.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of possible enum values.

Link copied to clipboard

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.