> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.NotificationEvent

# <a id="SuperOffice_WebApi_Data_NotificationEvent" /> Class NotificationEvent

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for NotificationEvent.
Carrier for a notification event for a given notification type and entity id

```csharp theme={null}
public class NotificationEvent
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[NotificationEvent](SuperOffice.WebApi.Data.NotificationEvent.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_NotificationEvent__ctor" /> NotificationEvent()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public NotificationEvent()
```

## Properties

### <a id="SuperOffice_WebApi_Data_NotificationEvent_Id" /> Id

Id of entity this notification event is about

```csharp theme={null}
public virtual int Id { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_NotificationEvent_Type" /> Type

Type of notification event
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public NotificationEventType? Type { get; set; }
```

#### Property Value

[NotificationEventType](SuperOffice.WebApi.Data.NotificationEventType.md)?

#### See Also

[NotificationEvent](SuperOffice.WebApi.Data.NotificationEvent.md).[Type\_String](SuperOffice.WebApi.Data.NotificationEvent.md#SuperOffice_WebApi_Data_NotificationEvent_Type_String)

### <a id="SuperOffice_WebApi_Data_NotificationEvent_Type_String" /> Type\_String

Type of notification event
Raw string enum value.

```csharp theme={null}
[JsonProperty("Type")]
public string Type_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[NotificationEvent](SuperOffice.WebApi.Data.NotificationEvent.md).[Type](SuperOffice.WebApi.Data.NotificationEvent.md#SuperOffice_WebApi_Data_NotificationEvent_Type)

## See Also

[PocketAgent](SuperOffice.WebApi.Agents.PocketAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.NotificationEventType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEventType.md)
- [SuperOffice.WebApi.Data.Pocket NotificationsHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotificationsHandledRequest.md)
- [SuperOffice.WebApi.Agents.PocketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.PocketAgent.md)
- [SuperOffice.WebApi.Agents.IPocketAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IPocketAgent.md)
- [SuperOffice.WebApi.Data.Pocket NotificationHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotificationHandledRequest.md)
- [SuperOffice.WebApi.Data.PocketNotificationMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketNotificationMessage.md)
