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

BillingAccountsBudgetsPatchOptions

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

Additional options for BillingBudgets#billingAccountsBudgetsPatch.

interface BillingAccountsBudgetsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.