@servicenow/sdk - v4.9.0
    Preparing search index...
    interface sys_notification_category {
        name: Typed<
            string,
            {
                attributes: {
                    serializer: "com.glide.script.TranslatedTextXMLSerializer";
                };
                label: "Name";
                mandatory: true;
                maxLength: 32;
                unique: true;
            },
        >;
        short_description: Typed<
            string,
            { label: "Short description"; maxLength: 1000 },
        >;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    name: Typed<
        string,
        {
            attributes: {
                serializer: "com.glide.script.TranslatedTextXMLSerializer";
            };
            label: "Name";
            mandatory: true;
            maxLength: 32;
            unique: true;
        },
    >
    short_description: Typed<
        string,
        { label: "Short description"; maxLength: 1000 },
    >
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >