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

    Interface ListCapacityBlockGroupsResponse

    All existing Capacity Block Groups in a Tenant.

    interface ListCapacityBlockGroupsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.capacity.v1.ListCapacityBlockGroupsResponse";
        items: CapacityBlockGroup[];
        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.ListCapacityBlockGroupsResponse"

    List of Capacity Block Groups on this result page.

    nextPageToken: string

    Listing continuation token for the next page of results.