Databricks SDK for JavaScript
    Preparing search index...

    Interface ListSpacesResponse

    interface ListSpacesResponse {
        nextPageToken?: string;
        spaces?: Space[];
    }
    Index

    Properties

    nextPageToken?: string

    Pagination token to request the next page of app spaces.

    spaces?: Space[]