Databricks SDK for JavaScript
    Preparing search index...
    interface ListClustersResponse {
        clusters?: ClusterInfo[];
        nextPageToken?: string;
        prevPageToken?: string;
    }
    Index

    Properties

    clusters?: ClusterInfo[]
    nextPageToken?: string

    This field represents the pagination token to retrieve the next page of results. If the value is "", it means no further results for the request.

    prevPageToken?: string

    This field represents the pagination token to retrieve the previous page of results. If the value is "", it means no further results for the request.