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

    From T, pick a set of properties whose keys are in the union K

    interface FileRangesRequestArgs {
        file: string;
        ranges: FileRange[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    file: string

    The file for the request (absolute pathname required).

    ranges: FileRange[]