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

V1AddVisibilityLabelsResponse

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

Response message for the AddVisibilityLabels method. This response message is assigned to the response field of the returned Operation when that operation is done.

interface V1AddVisibilityLabelsResponse {
labels?: string[];
}

§Properties

§
labels?: string[]
[src]

The updated set of visibility labels for this consumer on this service.