GoogleCloudApihubV1MultiIntValues
import type { GoogleCloudApihubV1MultiIntValues } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The config variable value of data type multi int.
interface GoogleCloudApihubV1MultiIntValues {
values?: number[];
}