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

GcsObject

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

Cloud Storage object representation.

interface GcsObject {
bucket?: string;
generationNumber?: bigint;
object?: string;
}

§Properties

§
bucket?: string
[src]

Required. Bucket of the Cloud Storage object.

§
generationNumber?: bigint
[src]

Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.

§
object?: string
[src]

Required. Name of the Cloud Storage object.