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

ConfigureContactSettingsRequest

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

Request for the ConfigureContactSettings method.

interface ConfigureContactSettingsRequest {
contactNotices?: "CONTACT_NOTICE_UNSPECIFIED" | "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT"[];
contactSettings?: ContactSettings;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
contactNotices?: "CONTACT_NOTICE_UNSPECIFIED" | "PUBLIC_CONTACT_DATA_ACKNOWLEDGEMENT"[]
[src]

The list of contact notices that the caller acknowledges. The notices needed here depend on the values specified in contact_settings.

§
contactSettings?: ContactSettings
[src]

Fields of the ContactSettings to update.

§
updateMask?: string
[src]

Required. The field mask describing which fields to update as a comma-separated list. For example, if only the registrant contact is being updated, the update_mask is "registrant_contact".

§
validateOnly?: boolean
[src]

Validate the request without actually updating the contact settings.