/** * 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 Zip source */ export class V1alpha2DevWorkspaceSpecTemplateStarterProjectsItemsZip { /** * Zip project's source location address. Should be file path of the archive, e.g. file://$FILE_PATH */ 'location'?: string; static readonly discriminator: string | undefined = undefined; static readonly attributeTypeMap: Array<{name: string, baseName: string, type: string, format: string}> = [ { "name": "location", "baseName": "location", "type": "string", "format": "" } ]; static getAttributeTypeMap() { return V1alpha2DevWorkspaceSpecTemplateStarterProjectsItemsZip.attributeTypeMap; } public constructor() { } }