import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ChangeRecordRefSpecification" of service "API_CHANGE_RECORD". */ export declare class ChangeRecordRefSpecification extends Entity implements ChangeRecordRefSpecificationType { /** * Technical entity name for ChangeRecordRefSpecification. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ChangeRecordRefSpecification entity */ static _keys: string[]; /** * Dyn. Method Control. * @nullable */ deleteMc?: DeserializedType | null; /** * Dyn. Method Control. * @nullable */ updateMc?: DeserializedType | null; /** * NodeID. */ changeRecordReferenceUuid: DeserializedType; /** * NodeID. * @nullable */ changeRecordUuid?: DeserializedType | null; /** * Issue ID. * Maximum length: 20. * @nullable */ changeRecord?: DeserializedType | null; /** * Object Type. * Maximum length: 3. * @nullable */ changeRecordReferenceType?: DeserializedType | null; /** * Specification. * Maximum length: 12. * @nullable */ specification?: 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 ChangeRecordRefSpecificationType { deleteMc?: DeserializedType | null; updateMc?: DeserializedType | null; changeRecordReferenceUuid: DeserializedType; changeRecordUuid?: DeserializedType | null; changeRecord?: DeserializedType | null; changeRecordReferenceType?: DeserializedType | null; specification?: DeserializedType | null; changeRecordItemRelevance?: DeserializedType | null; changeRecordItemProcgStatus?: DeserializedType | null; createdByUser?: DeserializedType | null; creationDateTime?: DeserializedType | null; lastChangedByUser?: DeserializedType | null; lastChangeDateTime?: DeserializedType | null; } //# sourceMappingURL=ChangeRecordRefSpecification.d.ts.map