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

BillingAccountsPatchOptions

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

Additional options for CloudBilling#billingAccountsPatch.

interface BillingAccountsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

The update mask applied to the resource. Only "display_name" is currently supported.