AI-generated Key Takeaways
-
The request message for CustomerManagerLinkService.MoveManagerLink is used to move a client customer to a new manager.
-
The request requires the customer ID, the resource name of the previous CustomerManagerLink, and the resource name of the new manager customer.
-
An optional field
validate_only
allows the request to be validated without execution.
Request message for CustomerManagerLinkService.MoveManagerLink
.
Fields | |
---|---|
|
Required. The ID of the client customer that is being moved. |
|
Required. The resource name of the previous CustomerManagerLink. The resource name has the form: |
|
Required. The resource name of the new manager customer that the client wants to move to. Customer resource names have the format: "customers/{customer_id}" |
|
If true, the request is validated but not executed. Only errors are returned, not results. |