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