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.

MutateCampaignBudgetResult

The result for the campaign budget mutate.

JSON representation
{
  "resourceName": string,
  "campaignBudget": {
    object (CampaignBudget)
  }
}
Fields
resourceName

string

Returned for successful operations.

campaignBudget

object (CampaignBudget)

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