import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ChangeRecordRefLabelSet" of service "API_CHANGE_RECORD". */ export declare class ChangeRecordRefLabelSet extends Entity implements ChangeRecordRefLabelSetType { /** * Technical entity name for ChangeRecordRefLabelSet. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ChangeRecordRefLabelSet entity */ static _keys: string[]; /** * Dyn. Method Control. * @nullable */ deleteMc?: DeserializedType | null; /** * Dyn. Method Control. * @nullable */ updateMc?: DeserializedType | null; /** * NodeID. */ changeRecordReferenceUuid: DeserializedType; /** * Issue ID. * Maximum length: 20. * @nullable */ changeRecord?: DeserializedType | null; /** * NodeID. * @nullable */ changeRecordUuid?: DeserializedType | null; /** * Object Type. * Maximum length: 3. * @nullable */ changeRecordReferenceType?: DeserializedType | null; /** * Specification. * Maximum length: 12. * @nullable */ labelSetSpecification?: DeserializedType | null; /** * Labeling in PLM Web UI: Alternative Label. * Maximum length: 3. * @nullable */ labelSetAlternativeNumber?: DeserializedType | null; /** * Labeling in PLM Web UI: Label Version. * Maximum length: 3. * @nullable */ labelSetVersionNumber?: DeserializedType | null; /** * Change Record Item Relevance. * Maximum length: 3. * @nullable */ changeRecordItemRelevance?: DeserializedType | null; /** * Item Processing Status. * Maximum length: 2. * @nullable */ changeRecordItemProcgStatus?: DeserializedType | null; /** * Created By. * Maximum length: 12. * @nullable */ createdByUser?: DeserializedType | null; /** * UTC Time Stamp in Short Form (YYYYMMDDhhmmss). * @nullable */ creationDateTime?: DeserializedType | null; /** * Changed By. * Maximum length: 12. * @nullable */ lastChangedByUser?: DeserializedType | null; /** * UTC Time Stamp in Short Form (YYYYMMDDhhmmss). * @nullable */ lastChangeDateTime?: DeserializedType | null; } export interface ChangeRecordRefLabelSetType { deleteMc?: DeserializedType | null; updateMc?: DeserializedType | null; changeRecordReferenceUuid: DeserializedType; changeRecord?: DeserializedType | null; changeRecordUuid?: DeserializedType | null; changeRecordReferenceType?: DeserializedType | null; labelSetSpecification?: DeserializedType | null; labelSetAlternativeNumber?: DeserializedType | null; labelSetVersionNumber?: DeserializedType | null; changeRecordItemRelevance?: DeserializedType | null; changeRecordItemProcgStatus?: DeserializedType | null; createdByUser?: DeserializedType | null; creationDateTime?: DeserializedType | null; lastChangedByUser?: DeserializedType | null; lastChangeDateTime?: DeserializedType | null; } //# sourceMappingURL=ChangeRecordRefLabelSet.d.ts.map