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

V1RemoveVisibilityLabelsResponse

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

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

interface V1RemoveVisibilityLabelsResponse {
labels?: string[];
}

§Properties

§
labels?: string[]
[src]

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