주의: 이 API의 REST 인터페이스에 대한 문서를 보고 있습니다. 대부분의 공식 클라이언트 라이브러리는 gRPC를 사용합니다. 자세한 내용은
REST 소개를 참조하세요.
CampaignAssetSetOperation
캠페인 확장 소재 조합에 대한 단일 작업(만들기, 삭제)입니다.
JSON 표현 |
{
// Union field operation can be only one of the following:
"create": {
object (CampaignAssetSet )
},
"remove": string
// End of list of possible types for union field operation .
} |
필드 |
통합 필드 operation . 변경 작업 operation 은 다음 중 하나여야 합니다. |
create |
object (CampaignAssetSet )
만들기 작업: 새 캠페인 애셋 세트에 사용할 리소스 이름이 없습니다.
|
remove |
string
삭제 작업: 삭제된 캠페인 확장 소재 세트의 리소스 이름이 예상되며 형식은 customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id} 입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-18(UTC)
[null,null,["최종 업데이트: 2024-10-18(UTC)"],[[["CampaignAssetSetOperation defines a single operation (create or remove) on a campaign asset set."],["The `create` operation requires a CampaignAssetSet object without a resource name."],["The `remove` operation requires the resource name of the campaign asset set to be removed."],["The JSON representation uses a union field `operation` to specify either \"create\" or \"remove\" with corresponding values."]]],[]]