AI-generated Key Takeaways
-
This is a request message for the
CustomerManagerLinkService.MutateCustomerManagerLink
API call. -
The request requires a
customer_id
, a list ofoperations
, and an optionalvalidate_only
flag. -
The
customer_id
specifies the customer whose links are being modified, whileoperations
define the changes to be made to individual links. -
Setting
validate_only
to true allows validation of the request without execution.
Request message for CustomerManagerLinkService.MutateCustomerManagerLink
.
Fields | |
---|---|
|
Required. The ID of the customer whose customer manager links are being modified. |
|
Required. The list of operations to perform on individual customer manager links. |
|
If true, the request is validated but not executed. Only errors are returned, not results. |