Databricks SDK for JavaScript
    Preparing search index...
    interface ListBranchesResponse {
        branches?: Branch[];
        nextPageToken?: string;
    }
    Index

    Properties

    branches?: Branch[]

    List of branches in the project.

    nextPageToken?: string

    Token to request the next page of branches.