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

BillingAccountsLocationsRecommendersUpdateConfigOptions

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

Additional options for Recommender#billingAccountsLocationsRecommendersUpdateConfig.

interface BillingAccountsLocationsRecommendersUpdateConfigOptions {
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
updateMask?: string
[src]

The list of fields to be updated.

§
validateOnly?: boolean
[src]

If true, validate the request and preview the change, but do not actually update it.