> ## 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.Find CreateRestrictionGroupRequest

# <a id="SuperOffice_WebApi_Data_Find_CreateRestrictionGroupRequest" /> Class Find\_CreateRestrictionGroupRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Find\_CreateRestrictionGroupRequest](SuperOffice.WebApi.Data.Find_CreateRestrictionGroupRequest.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_Find_CreateRestrictionGroupRequest__ctor" /> Find\_CreateRestrictionGroupRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Find_CreateRestrictionGroupRequest_Context" /> Context

```csharp theme={null}
public string Context { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_CreateRestrictionGroupRequest_ProviderName" /> ProviderName

```csharp theme={null}
public string ProviderName { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_CreateRestrictionGroupRequest_StorageKey" /> StorageKey

```csharp theme={null}
public string StorageKey { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Find_CreateRestrictionGroupRequest_StorageType" /> StorageType

```csharp theme={null}
public string StorageType { get; set; }
```

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.FindAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.FindAgent.md)
- [SuperOffice.WebApi.Data.Find GetRestrictionGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetRestrictionGroupRequest.md)
- [SuperOffice.WebApi.Data.Find GetRestrictionGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_GetRestrictionGroupsRequest.md)
- [SuperOffice.WebApi.Data.Find DeleteRestrictionGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_DeleteRestrictionGroupRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionGroupRequest.md)
- [SuperOffice.WebApi.Data.Find SaveRestrictionGroupsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Find_SaveRestrictionGroupsRequest.md)
