interface LabelCreateRequest {
    name: string;
    orgID: string;
    properties?: any;
}

Properties

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