Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.

CustomizerAttributeOperation

Stay organized with collections Save and categorize content based on your preferences.

A single operation (create, remove) on a customizer attribute.

JSON representation
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (CustomizerAttribute)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Fields
updateMask

string (FieldMask format)

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

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

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

object (CustomizerAttribute)

Create operation: No resource name is expected for the new customizer attribute

remove

string

Remove operation: A resource name for the removed customizer attribute is expected, in this format: customers/{customerId}/customizerAttributes/{customizer_attribute_id}