/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { HttpFile } from '../http/http'; /** * Project's Custom source */ export class V1alpha2DevWorkspaceTemplateSpecDependentProjectsItemsCustom { 'embeddedResource': any; 'projectSourceClass': string; static readonly discriminator: string | undefined = undefined; static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [ { "name": "embeddedResource", "baseName": "embeddedResource", "type": "any", "format": "" }, { "name": "projectSourceClass", "baseName": "projectSourceClass", "type": "string", "format": "" } ]; static getAttributeTypeMap() { return V1alpha2DevWorkspaceTemplateSpecDependentProjectsItemsCustom.attributeTypeMap; } public constructor() { } }