EnableServiceResponse
import type { EnableServiceResponse } from "https://googleapis.deno.dev/v1/serviceusage:v1.ts";Response message for the EnableService method. This response message is
assigned to the response field of the returned Operation when that
operation is done.
interface EnableServiceResponse {
service?: GoogleApiServiceusageV1Service;
}§Properties
§
service?: GoogleApiServiceusageV1Service
[src]The new state of the service after enabling.