interface Label {
    id?: string;
    name?: string;
    orgID?: string;
    properties?: any;
}

Properties

id?: string
name?: string
orgID?: string
properties?: any

Key-value pairs associated with this label. To remove a property, send an update with an empty value ("") for the key.

MMNEPVFCICPMFPCPTTAAATR