GoogleCloudApihubV1GoogleServiceAccountConfig
import type { GoogleCloudApihubV1GoogleServiceAccountConfig } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
Config for Google service account authentication.
interface GoogleCloudApihubV1GoogleServiceAccountConfig {
serviceAccount?: string;
}