Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAppDeploymentsResponse

    interface ListAppDeploymentsResponse {
        appDeployments?: AppDeployment[];
        nextPageToken?: string;
    }
    Index

    Properties

    appDeployments?: AppDeployment[]

    Deployment history of the app.

    nextPageToken?: string

    Pagination token to request the next page of apps.