Databricks SDK for JavaScript
    Preparing search index...

    Interface ListSubscriptionsResponse

    interface ListSubscriptionsResponse {
        nextPageToken?: string;
        subscriptions?: Subscription[];
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be used as a page_token in subsequent requests to retrieve the next page of results. If this field is omitted, there are no subsequent subscriptions.

    subscriptions?: Subscription[]