GoogleCloudAiplatformV1ApiAuthApiKeyConfig
import type { GoogleCloudAiplatformV1ApiAuthApiKeyConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The API secret.
interface GoogleCloudAiplatformV1ApiAuthApiKeyConfig {
apiKeySecretVersion?: string;
apiKeyString?: string;
}