camunda-client 0.1.2

Rust client for camunda Rest API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# DeploymentDto

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The id of the deployment. | [optional]
**tenant_id** | Option<**String**> | The tenant id of the deployment. | [optional]
**deployment_time** | Option<**String**> | The time when the deployment was created. | [optional]
**source** | Option<**String**> | The source of the deployment. | [optional]
**name** | Option<**String**> | The name of the deployment. | [optional]
**links** | Option<[**Vec<crate::models::AtomLink>**]AtomLink.md> | The links associated to this resource, with `method`, `href` and `rel`. | [optional]

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