AssetOperation

建立單一作業的單一作業。支援的素材資源類型包括 YouTubeVideoAsset、MediaBundleAsset、ImageAsset、LeadFormAsset、LocationAsset 和 ImageAsset。TextAsset 能以廣告內嵌的方式建立,但也可以與其他廣告建立 (就像其他素材資源)。

JSON 表示法
{
  "updateMask": string,

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

string (FieldMask format)

FieldMask,可決定更新中會修改哪些資源欄位。

完整的逗號分隔名稱清單,範例:"user.displayName,photo"

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

object (Asset)

建立作業:新資產沒有資源名稱。

update

object (Asset)

更新作業:資產的資源名稱格式如下:

customers/{customerId}/assets/{asset_id}