> ## 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 RegisterDeviceForPushNotificationRequest

# <a id="SuperOffice_WebApi_Data_Pocket_RegisterDeviceForPushNotificationRequest" /> Class Pocket\_RegisterDeviceForPushNotificationRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Pocket_RegisterDeviceForPushNotificationRequest_DeviceInfo" /> DeviceInfo

```csharp theme={null}
public PocketDeviceInfo DeviceInfo { get; set; }
```

#### Property Value

[PocketDeviceInfo](SuperOffice.WebApi.Data.PocketDeviceInfo.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 SetPushNotificationTagsForDeviceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_SetPushNotificationTagsForDeviceRequest.md)
- [SuperOffice.WebApi.Data.Pocket GetPushNotificationTagsForDeviceRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_GetPushNotificationTagsForDeviceRequest.md)
- [SuperOffice.WebApi.Data.Pocket SendPushNotificationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_SendPushNotificationRequest.md)
- [SuperOffice.WebApi.Data.Pocket SetPushNotificationTagsForUserRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_SetPushNotificationTagsForUserRequest.md)
