> ## 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.Resource ActivateResourceSubstitutionRequest

# <a id="SuperOffice_WebApi_Data_Resource_ActivateResourceSubstitutionRequest" /> Class Resource\_ActivateResourceSubstitutionRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Resource\_ActivateResourceSubstitutionRequest](SuperOffice.WebApi.Data.Resource_ActivateResourceSubstitutionRequest.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_Resource_ActivateResourceSubstitutionRequest__ctor" /> Resource\_ActivateResourceSubstitutionRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Resource_ActivateResourceSubstitutionRequest_Culture" /> Culture

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Resource_ActivateResourceSubstitutionRequest_IsActive" /> IsActive

```csharp theme={null}
public bool IsActive { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Resource_ActivateResourceSubstitutionRequest_ResourceName" /> ResourceName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Agents.ResourceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ResourceAgent.md)
- [SuperOffice.WebApi.Agents.IResourceAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IResourceAgent.md)
- [SuperOffice.WebApi.Data.Resource DeleteResourceSubstitutionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Resource_DeleteResourceSubstitutionRequest.md)
- [SuperOffice.WebApi.Data.Resource GetResourceSubstitutionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Resource_GetResourceSubstitutionsRequest.md)
- [SuperOffice.WebApi.Data.Resource IsResourceSubstitutionActiveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Resource_IsResourceSubstitutionActiveRequest.md)
- [SuperOffice.WebApi.Data.Resource SetResourceSubstitutionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Resource_SetResourceSubstitutionRequest.md)
