Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
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".
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["This documentation details the JSON representation of the result for the bidding strategy mutate operation."],["The JSON response includes the resource name and the mutated bidding strategy."],["The `biddingStrategy` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\" and contains only mutable fields after the mutation."]]],["The output of a bidding strategy mutation is detailed in a JSON representation. The JSON includes a `resourceName` string, which is returned upon successful operation, and a `biddingStrategy` object. This `biddingStrategy` object reflects the mutated state of the bidding strategy, specifically displaying only mutable fields after the mutation. The `biddingStrategy` object is provided only when the response content type is set to \"MUTABLE_RESOURCE\".\n"]]