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