# CreateDeveloperSandboxRequest

Request body for creating a developer sandbox.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Sandbox name. | [optional] [default to undefined]
**label** | **string** | Optional human-readable label for the sandbox. | [optional] [default to undefined]

## Example

```typescript
import { CreateDeveloperSandboxRequest } from '@caraer/client';

const instance: CreateDeveloperSandboxRequest = {
    name,
    label,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
