Google Cloud Contentwarehouse V1Data Update Action Args
data class GoogleCloudContentwarehouseV1DataUpdateActionArgs(val entries: Output<Map<String, String>>? = null) : ConvertibleToJava<GoogleCloudContentwarehouseV1DataUpdateActionArgs>
Represents the action responsible for properties update operations.
Properties
Link copied to clipboard
Map of (K, V) -> (valid name of the field, new value of the field) E.g., ("age", "60") entry triggers update of field age with a value of 60. If the field is not present then new entry is added. During update action execution, value strings will be casted to appropriate types.