AI-generated Key Takeaways
-
This is the request message for
CustomAudienceService.MutateCustomAudiences
. -
The request includes fields for
customer_id
, a list ofoperations
to perform, and an optionalvalidate_only
flag. -
customer_id
andoperations
are required fields. -
The
validate_only
field allows the request to be validated without execution.
Request message for CustomAudienceService.MutateCustomAudiences
.
Fields | |
---|---|
|
Required. The ID of the customer whose custom audiences are being modified. |
|
Required. The list of operations to perform on individual custom audiences. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |