PutObjectHold
import type { PutObjectHold } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
Describes options to update object hold.
interface PutObjectHold {
eventBasedHold?: "HOLD_STATUS_UNSPECIFIED" | "SET" | "UNSET";
temporaryHold?: "HOLD_STATUS_UNSPECIFIED" | "SET" | "UNSET";
}