MutateCampaignAssetResult

The result for the campaign asset mutate.

JSON representation
{
  "resourceName": string,
  "campaignAsset": {
    object (CampaignAsset)
  }
}
Fields
resourceName

string

Returned for successful operations.

campaignAsset

object (CampaignAsset)

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