CustomerCustomizerOperation

맞춤설정 도구 속성에 대한 단일 작업 (만들기, 삭제)입니다.

JSON 표현
{

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerCustomizer)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
필드
통합 필드 operation는 mut 작업. operation은 다음 중 하나여야 합니다.
create

object (CustomerCustomizer)

만들기 작업: 새 고객 맞춤설정 도구에 리소스 이름이 필요하지 않습니다.

remove

string

삭제 작업: 삭제된 고객 맞춤설정 도구의 리소스 이름이 customers/{customerId}/customerCustomizers/{customizer_attribute_id} 형식이어야 합니다.