# SleepActionV1 Constructors

- Package: [Aspire.Hosting.Kubernetes](/reference/api/csharp/aspire.hosting.kubernetes.md)
- Type: [SleepActionV1](/reference/api/csharp/aspire.hosting.kubernetes/sleepactionv1.md)
- Kind: `Constructors`
- Members: `1`

Represents an action to pause execution for a specified duration in seconds.

## SleepActionV1

- Name: `Constructor`

```csharp
public sealed class SleepActionV1
{
    public SleepActionV1()
    {
        // ...
    }
}
```
