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

CasesPatchOptions

import type { CasesPatchOptions } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

Additional options for CloudSupport#casesPatch.

interface CasesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

A list of attributes of the case that should be updated. Supported values are priority, display_name, and subscriber_email_addresses. If no fields are specified, all supported fields are updated. Be careful - if you do not provide a field mask, then you might accidentally clear some fields. For example, if you leave the field mask empty and do not provide a value for subscriber_email_addresses, then subscriber_email_addresses is updated to empty.