CustomerManagerLink
Represents customer-manager link relationship.
Fields |
resource_name
|
string
Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}
|
status
|
ManagerLinkStatus
Status of the link between the customer and the manager.
|
manager_customer
|
string
Output only. The manager customer linked to the customer.
|
manager_link_id
|
int64
Output only. ID of the customer-manager link. This field is read only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The CustomerManagerLink resource represents the relationship between a customer and its manager."],["This resource includes fields indicating the link's status, the manager's ID, and a unique identifier for the link."],["Resource names follow a specific format: `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}`."]]],[]]