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

    Interface OperationServiceListResponse

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

    Properties

    nextPageToken: string