UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

20 lines 569 B
/** * 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 */ /** * ObjectFieldSelector selects an APIVersioned field of an object. */ export type VmObjectFieldSelector = { /** Version of the schema the FieldPath is written in terms of, defaults to "v1". */ apiVersion?: string; /** Path of the field to select in the specified API version. */ fieldPath: string; }; //# sourceMappingURL=vmObjectFieldSelector.d.ts.map