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

    Arguments for ProjectInfoRequest request.

    interface ProjectInfoRequestArgs {
        file: string;
        needFileNameList: boolean;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    needFileNameList: boolean

    Indicate if the file name list of the project is needed

    projectFileName?: string