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