@nebius/js-sdk - v0.2.54
    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

      All existing Capacity Intervals in a Capacity Block Group.

      • Uint8Array<ArrayBufferLike>
      • () => unknown
          • (): unknown
          • All existing Capacity Intervals in a Capacity Block Group.

            Returns unknown

      • undefined
    Index
    "[customJson]"?: () => unknown

    Returns a safe value for JSON logs.

    Type Declaration

      • (): unknown
      • Returns a safe value for JSON logs.

        Returns unknown

    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>

    Preserves protobuf fields that this SDK version does not recognize.

    $type: "nebius.capacity.v1.ListCapacityIntervalsResponse"

    Contains the fully qualified protobuf type name.

    List of Capacity Intervals on this result page.

    nextPageToken: string

    Listing continuation token for the next page of results.