AdGroupExtensionSettingOperation

对广告组附加信息设置执行一项操作(创建、更新、移除)。

JSON 表示法
{
  "updateMask": string,
  "responseContentType": enum (ResponseContentType),

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupExtensionSetting)
  },
  "update": {
    object (AdGroupExtensionSetting)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
字段
updateMask

string (FieldMask format)

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

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

responseContentType

enum (ResponseContentType)

响应内容类型设置。确定在更改后应返回可变资源还是仅返回资源名称。

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

object (AdGroupExtensionSetting)

创建操作:新广告组附加信息设置不应包含任何资源名称。

update

object (AdGroupExtensionSetting)

更新操作:广告组附加信息设置应具有有效的资源名称。

remove

string

移除操作:已移除广告组附加信息设置的资源名称应采用以下格式,格式如下:

customers/{customerId}/adGroupExtensionSettings/{adGroupId}~{extensionType}