import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "part_alt" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Part_Alt extends Entity implements Part_AltType { /** * Technical entity name for Part_Alt. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Part_Alt entity */ static _keys: string[]; /** * Cod Part. * Maximum length: 60. */ codPart: DeserializedType; /** * Data Alteracao. * Maximum length: 8. */ dataAlteracao: DeserializedType; /** * Campo. * Maximum length: 30. */ campo: DeserializedType; /** * Valor. * Maximum length: 255. */ valor: DeserializedType; /** * Nr Campo. * Maximum length: 4. */ nrCampo: DeserializedType; /** * Data Reporting. * Maximum length: 8. */ dataReporting: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Part_AltType { codPart: DeserializedType; dataAlteracao: DeserializedType; campo: DeserializedType; valor: DeserializedType; nrCampo: DeserializedType; dataReporting: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Part_Alt.d.ts.map