ClientEncryptionDetails
import type { ClientEncryptionDetails } from "https://googleapis.deno.dev/v1/drive:v3.ts";Details about the client-side encryption applied to the file.
interface ClientEncryptionDetails {
decryptionMetadata?: DecryptionMetadata;
encryptionState?: string;
}