GoogleCloudContentwarehouseV1DataValidationActionArgs

data class GoogleCloudContentwarehouseV1DataValidationActionArgs(val conditions: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1DataValidationActionArgs>

Represents the action responsible for data validation operations.

Constructors

constructor(conditions: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val conditions: Output<Map<String, String>>? = null

Map of (K, V) -> (field, string condition to be evaluated on the field) E.g., ("age", "age 18 && age < 60") entry triggers validation of field age with the given condition. Map entries will be ANDed during validation.

Functions

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