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

GoogleAdsSearchads360V0Resources__CustomerManagerLink

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

Represents customer-manager link relationship.

interface GoogleAdsSearchads360V0Resources__CustomerManagerLink {
readonly managerCustomer?: string;
readonly managerLinkId?: bigint;
resourceName?: string;
status?:
| "UNSPECIFIED"
| "UNKNOWN"
| "ACTIVE"
| "INACTIVE"
| "PENDING"
| "REFUSED"
| "CANCELED";
}

§Properties

§
readonly managerCustomer?: string
[src]

Output only. The manager customer linked to the customer.

§
readonly managerLinkId?: bigint
[src]

Output only. ID of the customer-manager link. This field is read only.

§
resourceName?: string
[src]

Immutable. Name of the resource. CustomerManagerLink resource names have the form: customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{manager_link_id}

§
status?: "UNSPECIFIED" | "UNKNOWN" | "ACTIVE" | "INACTIVE" | "PENDING" | "REFUSED" | "CANCELED"
[src]

Status of the link between the customer and the manager.