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

ProjectSettings

import type { ProjectSettings } from "https://googleapis.deno.dev/v1/toolresults:v1beta3.ts";

Per-project settings for the Tool Results service.

interface ProjectSettings {
defaultBucket?: string;
name?: string;
}

§Properties

§
defaultBucket?: string
[src]

The name of the Google Cloud Storage bucket to which results are written. By default, this is unset. In update request: optional In response: optional

§
name?: string
[src]

The name of the project's settings. Always of the form: projects/{project-id}/settings In update request: never set In response: always set