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

    Interface ListProjectsResponse

    interface ListProjectsResponse {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.iam.v2.ListProjectsResponse";
        items: Project[];
        nextPageToken: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

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

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.iam.v2.ListProjectsResponse"
    items: Project[]
    nextPageToken: string

    Token for pagination, indicating the next set of results can be retrieved using this token.