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

Objects

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

A list of objects.

interface Objects {
items?: Object[];
kind?: string;
nextPageToken?: string;
prefixes?: string[];
}

§Properties

§
items?: Object[]
[src]

The list of items.

§
kind?: string
[src]

The kind of item this is. For lists of objects, this is always storage#objects.

§
nextPageToken?: string
[src]

The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.

§
prefixes?: string[]
[src]

The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.