/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
export type SpectroClustersVMListParams = {
    /**
     * Namespace names, comma separated value (ex: dev,test). If namespace is empty it returns the specific resource under all namespace
     */
    namespace?: string[];
    /**
     * limit is a maximum number of responses to return for a list call. Default and maximum value of the limit is 50.
    If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results.
     */
    limit?: number;
    /**
     * continue token to paginate the subsequent data items
     */
    continue?: string;
};
//# sourceMappingURL=spectroClustersVMListParams.d.ts.map