GoogleCloudApihubV1StringAttributeValues
import type { GoogleCloudApihubV1StringAttributeValues } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The attribute values of data type string or JSON.
interface GoogleCloudApihubV1StringAttributeValues {
values?: string[];
}