UpdateObjectCustomContext
import type { UpdateObjectCustomContext } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";Describes options to update object custom contexts.
interface UpdateObjectCustomContext {
clearAll?: boolean;
customContextUpdates?: CustomContextUpdates;
}