palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
23 lines (22 loc) • 735 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* 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