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

TermsOfService

import type { TermsOfService } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";

The terms of service that the user has accepted/rejected.

interface TermsOfService {
customerMatchTermsOfServiceStatus?: "TERMS_OF_SERVICE_STATUS_UNSPECIFIED" | "ACCEPTED" | "REJECTED";
}

§Properties

§
customerMatchTermsOfServiceStatus?: "TERMS_OF_SERVICE_STATUS_UNSPECIFIED" | "ACCEPTED" | "REJECTED"
[src]

Optional. The Customer Match terms of service: https://support.google.com/adspolicy/answer/6299717. This must be accepted when ingesting UserData or MobileData. This field is not required for Partner Match User list.