OSPolicyResourceFileGcs
import type { OSPolicyResourceFileGcs } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Specifies a file available as a Cloud Storage Object.
interface OSPolicyResourceFileGcs {
bucket?: string;
generation?: bigint;
object?: string;
}