UNPKG

palette-sdk-typescript

Version:

TypeScript SDK for Spectro Cloud Palette API

26 lines 711 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 */ /** * Project represents an OpenStack Identity Project */ export type OpenStackProject = { /** Description is the description of the project */ description?: string; /** DomainID is the domain ID the project belongs to */ domainId?: string; /** ID is the unique ID of the project */ id?: string; /** Name is the name of the project */ name?: string; /** ParentID is the parent_id of the project */ parentProjectId?: string; }; //# sourceMappingURL=openStackProject.d.ts.map