Databricks SDK for JavaScript
    Preparing search index...

    A list of policies.

    interface ListBudgetPoliciesResponse {
        nextPageToken?: string;
        policies?: BudgetPolicy[];
        previousPageToken?: string;
    }
    Index

    Properties

    nextPageToken?: string

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

    policies?: BudgetPolicy[]
    previousPageToken?: string

    A token that can be sent as page_token to retrieve the previous page. In this field is omitted, there are no previous pages.