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

SubscriptionsPatchOptions

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

Additional options for WorkspaceEvents#subscriptionsPatch.

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

§Properties

§
updateMask?: string
[src]

Optional. The field to update. If omitted, updates any fields included in the request. You can update one of the following fields in a subscription:

  • expire_time: The timestamp when the subscription expires. * ttl: The time-to-live (TTL) or duration of the subscription. To fully replace the subscription (the equivalent of PUT), use *. Any omitted fields are updated with empty values.
§
validateOnly?: boolean
[src]

Optional. If set to true, validates and previews the request, but doesn't update the subscription.