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

BatchEnableServicesResponse

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

Response message for the BatchEnableServices method. This response message is assigned to the response field of the returned Operation when that operation is done.

interface BatchEnableServicesResponse {
failures?: EnableFailure[];
}

§Properties

§
failures?: EnableFailure[]
[src]

If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.

§

The new state of the services after enabling.