GoogleCloudApihubV1EnumAttributeValues
import type { GoogleCloudApihubV1EnumAttributeValues } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The attribute values of data type enum.
interface GoogleCloudApihubV1EnumAttributeValues {
values?: GoogleCloudApihubV1AllowedValue[];
}§Properties
§
values?: GoogleCloudApihubV1AllowedValue[]
[src]Required. The attribute values in case attribute data type is enum.