import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SuplrEvalRspIntroduction" of service "API_SUPLR_EVAL_RESPONSE_SRV". */ export declare class SuplrEvalRspIntroduction extends Entity implements SuplrEvalRspIntroductionType { /** * Technical entity name for SuplrEvalRspIntroduction. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SuplrEvalRspIntroduction entity */ static _keys: string[]; /** * Evaluation Request UUID. */ suplrEvalReqUuid: DeserializedType; /** * Language Key. * The language key indicates * - the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. * Maximum length: 2. */ language: DeserializedType; /** * Text Content. * @nullable */ suplrEvalRspIntroductionText?: DeserializedType | null; } export interface SuplrEvalRspIntroductionType { suplrEvalReqUuid: DeserializedType; language: DeserializedType; suplrEvalRspIntroductionText?: DeserializedType | null; } //# sourceMappingURL=SuplrEvalRspIntroduction.d.ts.map