Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAdsSearchads360V0Resources__CustomerClient

import type { GoogleAdsSearchads360V0Resources__CustomerClient } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

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.

interface GoogleAdsSearchads360V0Resources__CustomerClient {
readonly appliedLabels?: string[];
readonly clientCustomer?: string;
readonly currencyCode?: string;
readonly descriptiveName?: string;
readonly hidden?: boolean;
readonly id?: bigint;
readonly level?: bigint;
readonly manager?: boolean;
readonly resourceName?: string;
readonly status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ENABLED"
| "CANCELED"
| "SUSPENDED"
| "CLOSED";
readonly testAccount?: boolean;
readonly timeZone?: string;
}

§Properties

§
readonly appliedLabels?: string[]
[src]

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}

§
readonly clientCustomer?: string
[src]

Output only. The resource name of the client-customer which is linked to the given customer. Read only.

§
readonly currencyCode?: string
[src]

Output only. Currency code (for example, 'USD', 'EUR') for the client. Read only.

§
readonly descriptiveName?: string
[src]

Output only. Descriptive name for the client. Read only.

§
readonly hidden?: boolean
[src]

Output only. Specifies whether this is a hidden account. Read only.

§
readonly id?: bigint
[src]

Output only. The ID of the client customer. Read only.

§
readonly level?: bigint
[src]

Output only. Distance between given customer and client. For self link, the level value will be 0. Read only.

§
readonly manager?: boolean
[src]

Output only. Identifies if the client is a manager. Read only.

§
readonly resourceName?: string
[src]

Output only. The resource name of the customer client. CustomerClient resource names have the form: customers/{customer_id}/customerClients/{client_customer_id}

§
readonly status?: "UNSPECIFIED" | "UNKNOWN" | "ENABLED" | "CANCELED" | "SUSPENDED" | "CLOSED"
[src]

Output only. The status of the client customer. Read only.

§
readonly testAccount?: boolean
[src]

Output only. Identifies if the client is a test account. Read only.

§
readonly timeZone?: string
[src]

Output only. Common Locale Data Repository (CLDR) string representation of the time zone of the client, for example, America/Los_Angeles. Read only.