ConversionCustomVariableOperation

  • This operation allows for the creation or updating of a single conversion custom variable.

  • The update_mask field is used to specify which fields of the resource are modified during an update operation.

  • The operation field determines the type of mutate operation, which can be either create or update.

  • When creating, no resource name is expected, but when updating, a valid resource name is required for the conversion custom variable.

A single operation (create, update) on a conversion custom variable.

Fields

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

ConversionCustomVariable

Create operation: No resource name is expected for the new conversion custom variable.

update

ConversionCustomVariable

Update operation: The conversion custom variable is expected to have a valid resource name.