Databricks SDK for JavaScript
    Preparing search index...
    interface ListSchedulesResponse {
        nextPageToken?: string;
        schedules?: Schedule[];
    }
    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 schedules.

    schedules?: Schedule[]