MutateCustomerManagerLinkRequest

  • This is the request message for the CustomerManagerLinkService.MutateCustomerManagerLink operation.

  • The request requires a customer_id, an array of operations, and an optional validate_only boolean.

  • customer_id specifies the customer whose links are being modified, and operations defines the actions to perform on these links.

  • Setting validate_only to true allows validation of the request without execution.

Request message for CustomerManagerLinkService.MutateCustomerManagerLink.

Fields

customer_id

string

Required. The ID of the customer whose customer manager links are being modified.

operations[]

CustomerManagerLinkOperation

Required. The list of operations to perform on individual customer manager links.

validate_only

bool

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