ObjectRetention
import type { ObjectRetention } from "https://googleapis.deno.dev/v1/storagebatchoperations:v1.ts";
Describes options for object retention update.
interface ObjectRetention {
retainUntilTime?: string;
retentionMode?: "RETENTION_MODE_UNSPECIFIED" | "LOCKED" | "UNLOCKED";
}