---
id: v1-deploy-response
title: DeployResponse
pagination_label: DeployResponse
sidebar_label: DeployResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'DeployResponse', 'v1DeployResponse']
slug: /tools/sdk/typescript/configuration_hub/models/deploy-response
tags: ['SDK', 'Software Development Kit', 'DeployResponse', 'v1DeployResponse']
---

# DeployResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**jobId** | **(optional)** `string` | Unique id assigned to this job. | [default to undefined]
**status** | **(optional)** `string` | Status of the job. | [default to undefined]
**type** | **(optional)** `string` | Type of the job, will always be CONFIG_DEPLOY_DRAFT for this type of job. | [default to undefined]
**message** | **(optional)** `string` | Message providing information about the outcome of the deploy process. | [default to undefined]
**requesterName** | **(optional)** `string` | The name of the user that initiated the deploy process. | [default to undefined]
**fileExists** | **(optional)** `boolean` | Whether or not a results file was created and stored for this deploy. | [default to true]
**created** | **(optional)** `string` | The time the job was started. | [default to undefined]
**modified** | **(optional)** `string` | The time of the last update to the job. | [default to undefined]
**completed** | **(optional)** `string` | The time the job was completed. | [default to undefined]
**draftId** | **(optional)** `string` | The id of the draft that was used for this deploy. | [default to undefined]
**draftName** | **(optional)** `string` | The name of the draft that was used for this deploy. | [default to undefined]
**cloudStorageStatus** | **(optional)** `string` | Whether this deploy results file has been transferred to a customer storage location. | [default to undefined]

