import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v4'; /** * This class represents the entity "MaintNotifDetectionProfile" of service "com.sap.gateway.srvd_a2x.api_detectionmethod.v0001". */ export declare class MaintNotifDetectionProfile extends Entity implements MaintNotifDetectionProfileType { /** * Technical entity name for MaintNotifDetectionProfile. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the MaintNotifDetectionProfile entity */ static _keys: string[]; /** * Maint Notif Detection Profile. * Maximum length: 2. */ maintNotifDetectionProfile: DeserializedType; /** * Maint Notif Detection Profile Text. * Maximum length: 40. */ maintNotifDetectionProfileText: DeserializedType; } export interface MaintNotifDetectionProfileType { maintNotifDetectionProfile: DeserializedType; maintNotifDetectionProfileText: DeserializedType; } //# sourceMappingURL=MaintNotifDetectionProfile.d.ts.map