BiddingStrategyOperation

פעולה יחידה (יצירה, עדכון, הסרה) בשיטת בידינג.

ייצוג JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (BiddingStrategy)
  },
  "update": {
    object (BiddingStrategy)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
updateMask

string (FieldMask format)

FieldMask קובע אילו שדות משאבים יעודכנו בעדכון.

זוהי רשימה מופרדת בפסיקים של שמות שדות מלאים. דוגמה: "user.displayName,photo"

שדה איחוד operation. שינוי הפעולה. operation יכול להיות רק אחד מהבאים:
create

object (BiddingStrategy)

פעולת יצירה: לא צפוי שם משאב עבור שיטת הבידינג החדשה.

update

object (BiddingStrategy)

פעולת עדכון: שם שיטת הבידינג צפוי להיות תקין.

remove

string

פעולת הסרה: צפוי שם משאב עבור שיטת הבידינג שהוסרה, בפורמט הבא:

customers/{customerId}/biddingStrategies/{biddingStrategyId}