> ## 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.Pocket NotifyUsersRequest

# <a id="SuperOffice_WebApi_Data_Pocket_NotifyUsersRequest" /> Class Pocket\_NotifyUsersRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Pocket\_NotifyUsersRequest](SuperOffice.WebApi.Data.Pocket_NotifyUsersRequest.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_Pocket_NotifyUsersRequest__ctor" /> Pocket\_NotifyUsersRequest()

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

## Properties

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Pocket_NotifyUsersRequest_NotificationEventType" /> NotificationEventType

```csharp theme={null}
public NotificationEventType NotificationEventType { get; set; }
```

#### Property Value

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


## Related topics

- [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 SetPushNotificationTagsForUserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_SetPushNotificationTagsForUserRequest.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.NotificationEmail.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.Notification](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.Notification.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection.md)
