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

BatchCreateConsumerOverridesResponse

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

Response message for BatchCreateConsumerOverrides

interface BatchCreateConsumerOverridesResponse {
overrides?: QuotaOverride[];
}

§Properties

§
overrides?: QuotaOverride[]
[src]

The overrides that were created.