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。mutate オペレーション。更新はサポートされていません。operation は次のいずれかになります。
create

object (AssetGroupSignal)

オペレーションの作成: 新しいアセット グループ シグナルにリソース名は不要です。

remove

string

削除オペレーション: 削除されたアセット グループ シグナルのリソース名は必須です。形式は customers/{customerId}/assetGroupSignals/{asset_group_id}~{criterionId} です