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.