AssetGroupListingGroupFilterOperation

對素材資源群組商家資訊群組篩選器執行單一作業 (建立、移除)。

JSON 表示法
{
  "updateMask": string,

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

string (FieldMask format)

用來決定更新中修改的資源欄位的 FieldMask。

這是以逗號分隔的完整欄位名稱清單。範例:"user.displayName,photo"

聯集欄位 operation。變動作業。operation 只能是下列其中一項:
create

object (AssetGroupListingGroupFilter)

建立作業:新素材資源群組商家資訊群組篩選器不需要資源名稱。

update

object (AssetGroupListingGroupFilter)

更新作業:素材資源群組商家資訊群組篩選器應具備有效的資源名稱。

remove

string

移除作業:預期已移除素材資源群組商家資訊群組篩選器的資源名稱,格式如下:customers/{customerId}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id} 只有在沒有其他 parent_listing_group_id 參照的實體才能移除。如果刪除多個實體,則修改順序必須正確。