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

ServicesConfigsGetOptions

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

Additional options for ServiceManagement#servicesConfigsGet.

interface ServicesConfigsGetOptions {
view?: "BASIC" | "FULL";
}

§Properties

§
view?: "BASIC" | "FULL"
[src]

Specifies which parts of the Service Config should be returned in the response.