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

ConfigureManagementSettingsRequest

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

Request for the ConfigureManagementSettings method.

interface ConfigureManagementSettingsRequest {
managementSettings?: ManagementSettings;
updateMask?: string;
}

§Properties

§
managementSettings?: ManagementSettings
[src]

Fields of the ManagementSettings to update.

§
updateMask?: string
[src]

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