@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface OperationServiceListResponse

    Contains one page of operations.

    interface OperationServiceListResponse {
        nextPageToken: string;
        operations: Operation<GetOperationRequest>[];
    }
    Index
    nextPageToken: string

    Contains the token that gets the next page.

    Contains the operations on this page.