UserListCustomerTypeOperation

  • This content describes a single mutate operation for user list customer types.

  • The operation can either create a new user list customer type or remove an existing one.

  • Creating a user list customer type involves attaching it to a user list without providing a resource name.

  • Removing a user list customer type requires providing its resource name in a specific format.

A single mutate operation on the user list customer type.

Fields
Union field

operation

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

create

UserListCustomerType

Attach a user list customer type to a user list. No resource name is expected for the new user list customer type.

remove

string

Remove an existing user list customer type. A resource name for the removed user list customer type is expected, in this format:

customers/{customer_id}/userListCustomerTypes/{user_list_id}~{customer_type_category}