MutateCustomerManagerLinkRequest

  • This is the request message for the CustomerManagerLinkService.MutateCustomerManagerLink API call.

  • The request requires a customer_id, a list of operations to modify customer manager links, and an optional validate_only flag.

  • The customer_id specifies the customer whose links are being modified.

  • The operations field takes a list of CustomerManagerLinkOperation objects to perform actions on individual links.

  • Setting validate_only to true will validate the request without executing it.

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.