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

    Interface ListCapacityIntervalsResponse

    All existing Capacity Intervals in a Capacity Block Group.

    interface ListCapacityIntervalsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ListCapacityIntervalsResponse";
        items: CapacityInterval[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.capacity.v1.ListCapacityIntervalsResponse"

    List of Capacity Intervals on this result page.

    nextPageToken: string

    Listing continuation token for the next page of results.