@apple/app-store-server-library
    Preparing search index...

    Interface PerformanceTestResponse

    The performance test response object.

    PerformanceTestResponse

    interface PerformanceTestResponse {
        config: PerformanceTestConfig;
        requestId: string;
    }
    Index

    Properties

    Properties

    The performance test configuration object.

    config

    requestId: string

    The performance test request identifier.

    requestId