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