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

ContactInfo

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

Contact details for managed Google Play enterprises.

interface ContactInfo {
contactEmail?: string;
dataProtectionOfficerEmail?: string;
dataProtectionOfficerName?: string;
dataProtectionOfficerPhone?: string;
euRepresentativeEmail?: string;
euRepresentativeName?: string;
euRepresentativePhone?: string;
}

§Properties

§
contactEmail?: string
[src]

Email address for a point of contact, which will be used to send important announcements related to managed Google Play.

§
dataProtectionOfficerEmail?: string
[src]

The email of the data protection officer. The email is validated but not verified.

§
dataProtectionOfficerName?: string
[src]

The name of the data protection officer.

§
dataProtectionOfficerPhone?: string
[src]

The phone number of the data protection officer The phone number is validated but not verified.

§
euRepresentativeEmail?: string
[src]

The email of the EU representative. The email is validated but not verified.

§
euRepresentativeName?: string
[src]

The name of the EU representative.

§
euRepresentativePhone?: string
[src]

The phone number of the EU representative. The phone number is validated but not verified.