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

RenewDomainRequest

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

Request for the RenewDomain method.

interface RenewDomainRequest {
validateOnly?: boolean;
yearlyPrice?: Money;
}

§Properties

§
validateOnly?: boolean
[src]

Optional. When true, only validation is performed, without actually renewing the domain. For more information, see Request validation

§
yearlyPrice?: Money
[src]

Required. Acknowledgement of the price to renew the domain for one year. To get the price, see Cloud Domains pricing. If not provided, the expected price is returned in the error message.