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

ClientData

import type { ClientData } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Contains the client data.

interface ClientData {
endDate?: Date;
organization?: Organization;
startDate?: Date;
}

§Properties

§
endDate?: Date
[src]

The end date of the contract between the sales org and the end client.

§
organization?: Organization
[src]

The end client that has/had contract with the requested sales org.

§
startDate?: Date
[src]

The start date of the contract between the sales org and the end client.