/**
 * 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 UsersAssetsLocationGetParams = {
    /**
     * Filters can be combined with AND, OR operators with field path name. Eg: metadata.name=TestServiceANDspec.cloudType=aws
    
    Server will be restricted to certain fields based on the indexed data for each resource.
     */
    filters?: string;
    /**
     * Specify the fields with sort order. 1 indicates ascending and -1 for descending. Eg: orderBy=metadata.name=1,metadata.uid=-1
     */
    orderBy?: string;
};
//# sourceMappingURL=usersAssetsLocationGetParams.d.ts.map