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[];
}