@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable sys_push_notif_msgConst

    sys_push_notif_msg: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        display: "name";
        extends: "sys_metadata";
        label: "Push Notification Message";
        name: "sys_push_notif_msg";
        schema: {
            message_string: Typed;
            name: Typed;
            push_app: Typed;
            push_message_content: Typed;
            subject: Typed;
            sys_id: Typed;
            table: Typed;
            type: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlydisplay: "name"
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Push Notification Message"
    • Readonlyname: "sys_push_notif_msg"
    • Readonlyschema: {
          message_string: Typed;
          name: Typed;
          push_app: Typed;
          push_message_content: Typed;
          subject: Typed;
          sys_id: Typed;
          table: Typed;
          type: Typed;
      }
    • ReadonlytextIndex: true