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

GoogleCloudApihubV1AttributeValues

import type { GoogleCloudApihubV1AttributeValues } from "https://googleapis.deno.dev/v1/apihub:v1.ts";

The attribute values associated with resource.

interface GoogleCloudApihubV1AttributeValues {
readonly attribute?: string;
}

§Properties

§
readonly attribute?: string
[src]

Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute}

§

The attribute values associated with a resource in case attribute data type is enum.

§

The attribute values associated with a resource in case attribute data type is JSON.

§

The attribute values associated with a resource in case attribute data type is string.

§

The attribute values associated with a resource in case attribute data type is URL, URI or IP, like gs://bucket-name/object-name.