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

UpdateAccountLabelsRequest

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

The request message for the UpdateLabels method.

interface UpdateAccountLabelsRequest {
labelIds?: bigint[];
parent?: string;
}

§Properties

§
labelIds?: bigint[]
[src]

The list of label IDs to overwrite the existing account label IDs. If the list is empty, all currently assigned label IDs will be deleted.

§
parent?: string
[src]

Optional. Only required when updating MC account labels. The CSS domain that is the parent resource of the MC account. Format: accounts/{account}