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

RetrieveTransferParametersResponse

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

Deprecated: For more information, see Cloud Domains feature deprecation. Response for the RetrieveTransferParameters method.

interface RetrieveTransferParametersResponse {
transferParameters?: TransferParameters;
}

§Properties

§
transferParameters?: TransferParameters
[src]

Parameters to use when calling the TransferDomain method.