AssetGroupSignalOperation

对素材资源组信号执行单一操作(创建、移除)。

JSON 表示法
{

  // Union field operation can be only one of the following:
  "create": {
    object (AssetGroupSignal)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
字段
联合字段 operation。转变操作。不支持更新。operation 只能是下列其中一项:
create

object (AssetGroupSignal)

创建操作:新的素材资源组信号不应包含任何资源名称。

remove

string

移除操作:已移除素材资源组信号的资源名称应采用以下格式:customers/{customerId}/assetGroupSignals/{asset_group_id}~{criterionId}