FeedItemTargetOperation

Một thao tác (tạo, xoá) mục tiêu mục trong 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.
}
Trường
Trường hợp operation. Thao tác biến đổi. operation chỉ có thể là một trong những trạng thái sau:
create

object (FeedItemTarget)

Tạo thao tác: Không có tên tài nguyên nào được mong đợi cho mục tiêu mục nguồn cấp dữ liệu mới.

remove

string

Thao tác xoá: Tên tài nguyên cho mục tiêu mục nguồn cấp dữ liệu đã bị xoá phải ở định dạng sau:

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