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

ProviderTag

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

Message describing the provider tag.

interface ProviderTag {
readonly category?: string;
readonly resourceType?:
| "RESOURCE_TYPE_UNSPECIFIED"
| "NETWORK_PATH"
| "WEB_PATH"
| "MONITORING_POLICY"
| "MONITORING_POINT";
readonly value?: string;
}

§Properties

§
readonly category?: string
[src]

Output only. The category of the provider tag.

§
readonly resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "NETWORK_PATH" | "WEB_PATH" | "MONITORING_POLICY" | "MONITORING_POINT"
[src]

Output only. The resource type of the provider tag.

§
readonly value?: string
[src]

Output only. The value of the provider tag.