MutateBiddingStrategyResult

The result for the bidding strategy mutate.

JSON representation
{
  "resourceName": string,
  "biddingStrategy": {
    object (BiddingStrategy)
  }
}
Fields
resourceName

string

Returned for successful operations.

biddingStrategy

object (BiddingStrategy)

The mutated bidding strategy with only mutable fields after mutate. The field will only be returned when responseContentType is set to "MUTABLE_RESOURCE".