GoogleCloudContentwarehouseV1DataUpdateActionArgs

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

Represents the action responsible for properties update operations.

Constructors

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

Properties

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

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.

Functions

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