CustomizerAttributeOperation

对定制工具属性执行一次操作(创建、移除)。

JSON 表示法
{
  "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.
}
字段
updateMask

string (FieldMask format)

用于确定在更新中修改哪些资源字段的 FieldMask。

这是完全限定字段名称的逗号分隔列表。示例:"user.displayName,photo"

联合字段 operation。mutate 操作。operation 只能是下列其中一项:
create

object (CustomizerAttribute)

创建操作:新定制工具属性不需要资源名称

remove

string

“移除”操作:必须提供已移除的定制工具属性的资源名称,格式为:customers/{customerId}/customizerAttributes/{customizer_attribute_id}