FeedItemTargetOperation

Một thao tác duy nhất (tạo, xóa) trên mục tiêu mục nguồn cấp dữ liệu.

Biểu diễn dưới dạng JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (FeedItemTarget)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Các trường
Trường nhóm operation. Phép biến đổi. operation chỉ có thể là một trong những loại sau đây:
create

object (FeedItemTarget)

Thao tác tạo: Dự kiến không có tên tài nguyên cho mục tiêu mục nguồn cấp dữ liệu mới.

remove

string

Xóa thao tác: Cần có tên tài nguyên cho mục tiêu nguồn cấp dữ liệu đã xóa, theo định dạng sau:

customers/{customerId}/feedItemTargets/{feedId}~{feed_item_id}~{feedItemTargetType}~{feedItemTargetId}