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

# <a id="SuperOffice_WebApi_Data_Pocket_GetPocketStartupDataRequest" /> Class Pocket\_GetPocketStartupDataRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Pocket_GetPocketStartupDataRequest_CurrentClientTime" /> CurrentClientTime

```csharp theme={null}
public DateTime CurrentClientTime { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Pocket_GetPocketStartupDataRequest_Tables" /> Tables

```csharp theme={null}
public string[] Tables { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.PocketStartupData](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketStartupData.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.UserPreferenceStrings.PocketSection](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.PocketSection.md)
- [SuperOffice.WebApi.Data.Pocket GetRegisteredDevicesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_GetRegisteredDevicesRequest.md)
- [SuperOffice.WebApi.Data.Pocket GetCallerIDsFromSelectionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_GetCallerIDsFromSelectionRequest.md)
