| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. | |
| name | string | The name of the deployment. Used as subdomain, e.g. experimental.your-company.europe-west1.talon.one | |
| userId | int | The ID of the user who created the deployment. | |
| status | string | The status of the deployment. | |
| createdAt | \DateTime | Timestamp when the deployment was created. | |
| activeAt | \DateTime | Timestamp when the deployment became active. | [optional] |
| failedAt | \DateTime | Timestamp when the deployment failed. | [optional] |
| deletedAt | \DateTime | Timestamp when the deployment was deleted. | [optional] |