import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_EngmntProjRsceDmndSkill" of service "CPD.SC_PROJ_ENGMT_CREATE_UPD_SRV". */ export declare class EngmntProjRsceDmndSkill extends Entity implements EngmntProjRsceDmndSkillType { /** * Technical entity name for EngmntProjRsceDmndSkill. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the EngmntProjRsceDmndSkill entity */ static _keys: string[]; /** * Work Package ID. * Maximum length: 50. */ workPackage: DeserializedType; /** * Resource Demand ID. * A number that identifies a demand in a work package. For each work package, the system generates IDs beginning with 0010 and increases the number by 1. * In a work package with four demands, the resource demand IDs are 0010, 0011, 0012, and 0013. * Maximum length: 24. */ resourceDemand: DeserializedType; /** * Plan Version ID. * Stores details of a project plan in one of two versions - current (1) or baseline (2). * Maximum length: 28. */ version: DeserializedType; /** * Skill Tag Description. * @nullable */ skillTagDescription?: DeserializedType | null; } export interface EngmntProjRsceDmndSkillType { workPackage: DeserializedType; resourceDemand: DeserializedType; version: DeserializedType; skillTagDescription?: DeserializedType | null; } //# sourceMappingURL=EngmntProjRsceDmndSkill.d.ts.map