CampaignSharedSetOperation

캠페인 공유 세트에 대한 단일 작업 (만들기, 삭제)입니다.

JSON 표현
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignSharedSet)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
입력란
통합 필드 operation. 변경 연산입니다. operation은 다음 중 하나여야 합니다.
create

object (CampaignSharedSet)

만들기 작업: 새 캠페인 공유 세트에 필요한 리소스 이름이 없습니다.

remove

string

삭제 작업: 삭제된 캠페인 공유 세트에는 다음 형식의 리소스 이름이 필요합니다.

customers/{customerId}/campaignSharedSets/{campaignId}~{shared_set_id}