CustomerClient
A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
CustomerClientAppliedLabels | String | ATTRIBUTE | Output only. The resource names of the labels owned by the requesting customer that are applied to the client customer. Label resource names have the form: customers/{customer_id}/labels/{label_id} |
CustomerClientClientCustomer | String | ATTRIBUTE | Output only. The resource name of the client-customer which is linked to the given customer. Read only. |
CustomerClientCurrencyCode | String | ATTRIBUTE | Output only. Currency code (for example, 'USD', 'EUR') for the client. Read only. |
CustomerClientDescriptiveName | String | ATTRIBUTE | Output only. Descriptive name for the client. Read only. |
CustomerClientHidden | Bool | ATTRIBUTE | Output only. Specifies whether this is a hidden account. Read only. |
CustomerClientId | Long | ATTRIBUTE | Output only. The ID of the client customer. Read only. |
CustomerClientLevel | Long | ATTRIBUTE | Output only. Distance between given customer and client. For self link, the level value will be 0. Read only. |
CustomerClientManager | Bool | ATTRIBUTE | Output only. Identifies if the client is a manager. Read only. |
CustomerClientResourceName | String | ATTRIBUTE | Output only. The resource name of the customer client. CustomerClient resource names have the form: customers/{customer_id}/customerClients/{client_customer_id} |
CustomerClientStatus | String | ATTRIBUTE | Output only. The status of the client customer. Read only.
使用できる値は次のとおりです。CANCELED, CLOSED, ENABLED, SUSPENDED, UNKNOWN, UNSPECIFIED |
CustomerClientTestAccount | Bool | ATTRIBUTE | Output only. Identifies if the client is a test account. Read only. |
CustomerClientTimeZone | String | ATTRIBUTE | Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles. Read only. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |