Databricks SDK for JavaScript
    Preparing search index...

    Interface ListBudgetConfigurationsResponse

    interface ListBudgetConfigurationsResponse {
        budgets?: BudgetConfiguration[];
        nextPageToken?: string;
    }
    Index

    Properties

    nextPageToken?: string

    Token which can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no subsequent budgets.