import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_SuplrEvalRspAppraiser" of service "API_SUPLR_EVAL_RESPONSE_SRV". */ export declare class SuplrEvalRspAppraiser extends Entity implements SuplrEvalRspAppraiserType { /** * Technical entity name for SuplrEvalRspAppraiser. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the SuplrEvalRspAppraiser entity */ static _keys: string[]; /** * Evaluation Response Party UUID. */ suplrEvalRspPartyUuid: DeserializedType; /** * Evaluation Response UUID. * @nullable */ suplrEvalRspUuid?: DeserializedType | null; /** * User ID. * Maximum length: 12. * @nullable */ userId?: DeserializedType | null; } export interface SuplrEvalRspAppraiserType { suplrEvalRspPartyUuid: DeserializedType; suplrEvalRspUuid?: DeserializedType | null; userId?: DeserializedType | null; } //# sourceMappingURL=SuplrEvalRspAppraiser.d.ts.map