Databricks SDK for JavaScript
    Preparing search index...

    Interface ListAlertsResponse

    interface ListAlertsResponse {
        nextPageToken?: string;
        results?: ListAlertsResponseAlert[];
    }
    Index

    Properties

    nextPageToken?: string