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

GoogleApiServiceusageV2alphaEnableRule

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

The consumer policy rule that defines enabled services, groups, and categories.

interface GoogleApiServiceusageV2alphaEnableRule {
services?: string[];
}

§Properties

§
services?: string[]
[src]

The names of the services that are enabled. Example: services/storage.googleapis.com.