MutateBiddingStrategyResult

入札戦略の結果が変化します。

JSON 表現
{
  "resourceName": string,
  "biddingStrategy": {
    object (BiddingStrategy)
  }
}
フィールド
resourceName

string

オペレーションが正常に完了した場合に返されます。

biddingStrategy

object (BiddingStrategy)

変更後に変更可能なフィールドのみを含む、変更された入札戦略。このフィールドは、responseContentType が「MUTABLE_RESOURCE」に設定されている場合にのみ返されます。