Package version:

Label details, with name property that can only be populated by the server

interface SettingLabel {
    name?: string;
}

Properties

Properties

name?: string

The name of the label. NOTE: This property will not be serialized. It can only be populated by the server.