import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SuplrEvalRspExplText" of service "API_SUPLR_EVAL_RESPONSE_SRV". */ export declare class SuplrEvalRspExplText extends Entity implements SuplrEvalRspExplTextType { /** * Technical entity name for SuplrEvalRspExplText. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SuplrEvalRspExplText 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 */ suplrEvalRspExplanationText?: DeserializedType | null; } export interface SuplrEvalRspExplTextType { suplrEvalReqUuid: DeserializedType; language: DeserializedType; suplrEvalRspExplanationText?: DeserializedType | null; } //# sourceMappingURL=SuplrEvalRspExplText.d.ts.map