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[];
services?: GoogleApiServiceusageV1Service[];
}§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.
§
services?: GoogleApiServiceusageV1Service[]
[src]The new state of the services after enabling.