AI-generated Key Takeaways
-
The CustomerManagerLink represents the relationship between a customer and a manager.
-
Key fields include
resource_name
,status
,manager_customer
, andmanager_link_id
. -
resource_name
is immutable and follows a specific format. -
status
indicates the current state of the link. -
manager_customer
andmanager_link_id
are output-only fields.
Represents customer-manager link relationship.
Fields | |
---|---|
|
Immutable. Name of the resource. CustomerManagerLink resource names have the form: |
|
Status of the link between the customer and the manager. |
|
Output only. The manager customer linked to the customer. |
|
Output only. ID of the customer-manager link. This field is read only. |