interface LabelsPatch {
    add?: ExternalId[];
    remove?: ExternalId[];
}

Properties

Properties

add?: ExternalId[]

A list of labels to add to the resource

remove?: ExternalId[]

A list of labels to remove to the resource