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

ServicesGetConfigOptions

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

Additional options for ServiceManagement#servicesGetConfig.

interface ServicesGetConfigOptions {
configId?: string;
view?: "BASIC" | "FULL";
}

§Properties

§
configId?: string
[src]

Required. The id of the service configuration resource. This field must be specified for the server to return all fields, including SourceInfo.

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

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