Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAlertsResponse

    interface ListAlertsResponse {
        alerts?: Alert[];
        nextPageToken?: string;
    }
    Index

    Properties

    alerts?: Alert[]
    nextPageToken?: string