Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OSPolicyResourceFileGcs

import type { OSPolicyResourceFileGcs } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Specifies a file available as a Cloud Storage Object.

interface OSPolicyResourceFileGcs {
bucket?: string;
generation?: bigint;
object?: string;
}

§Properties

§
bucket?: string
[src]

Required. Bucket of the Cloud Storage object.

§
generation?: bigint
[src]

Generation number of the Cloud Storage object.

§
object?: string
[src]

Required. Name of the Cloud Storage object.