Insomnia-Script-SDK-Docs
    Preparing search index...

    Interface RequestInfoOption

    Represents options for creating a request information instance.

    interface RequestInfoOption {
        eventName?: EventName;
        iteration?: number;
        iterationCount?: number;
        requestId?: string;
        requestName?: string;
    }
    Index

    Properties

    eventName?: EventName

    The name of the event associated with the request, if any.

    iteration?: number

    The current iteration number of the request, if applicable.

    iterationCount?: number

    The total number of iterations for the request, if applicable.

    requestId?: string

    The unique identifier of the request, if specified.

    requestName?: string

    The name of the request, if specified.