import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; import { Sap_Message } from './Sap_Message'; /** * This class represents the entity "unid_med" of service "com.sap.gateway.srvd_a2x.br_ctr_service.v0001". */ export declare class Unid_Med extends Entity implements Unid_MedType { /** * Technical entity name for Unid_Med. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the Unid_Med entity */ static _keys: string[]; /** * Unid. * Maximum length: 6. */ unid: DeserializedType; /** * Idioma. * Maximum length: 1. */ idioma: DeserializedType; /** * Descr. * Maximum length: 255. */ descr: DeserializedType; /** * Sap Messages. */ sapMessages: Sap_Message[]; } export interface Unid_MedType { unid: DeserializedType; idioma: DeserializedType; descr: DeserializedType; sapMessages: Sap_Message[]; } //# sourceMappingURL=Unid_Med.d.ts.map