Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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[];
}

§Properties

§
values?: string[]
[src]

Required. The attribute values in case attribute data type is string or JSON.