UsersDataTypesDataPointsPatchOptions
import type { UsersDataTypesDataPointsPatchOptions } from "https://googleapis.deno.dev/v1/health:v4.ts";Additional options for Health#usersDataTypesDataPointsPatch.
interface UsersDataTypesDataPointsPatchOptions {
updateMask?: string;
}