MutateCustomInterestsRequest

  • This is a request message for the CustomInterestService.MutateCustomInterests API.

  • It requires the customer ID and a list of operations to perform on custom interests.

  • An optional field allows validating the request without execution.

Request message for CustomInterestService.MutateCustomInterests.

Fields

customer_id

string

Required. The ID of the customer whose custom interests are being modified.

operations[]

CustomInterestOperation

Required. The list of operations to perform on individual custom interests.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.