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.

MutateAdGroupExtensionSettingResult

The result for the ad group extension setting mutate.

JSON representation
{
  "resourceName": string,
  "adGroupExtensionSetting": {
    object (AdGroupExtensionSetting)
  }
}
Fields
resourceName

string

Returned for successful operations.

adGroupExtensionSetting

object (AdGroupExtensionSetting)

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