AdGroupLabelOperation

광고그룹 라벨에 대한 단일 연산 (만들기, 삭제)입니다.

JSON 표현
{

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

object (AdGroupLabel)

만들기 작업: 새 광고그룹 라벨에 리소스 이름이 없습니다.

remove

string

삭제 작업: 삭제되는 광고그룹 라벨의 리소스 이름으로, 형식은 다음과 같습니다.

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}