# Service
## Properties
**context_id** | [**dtz_identifier::ContextId**](dtz_identifier::ContextId.md) | |
**enabled** | **bool** | whether this service is active and should be propagated to ingress |
**domain** | Option<**Vec<String>**> | by default this property is empty, this property is only populated if it was part of the service creation. | [optional]
**service_id** | [**dtz_identifier::ServiceId**](dtz_identifier::ServiceId.md) | |
**created** | **String** | |
**updated** | Option<**String**> | | [optional]
**prefix** | **String** | |
**container_image** | **String** | |
**container_image_version** | Option<**String**> | | [optional]
**container_port** | Option<**i32**> | Optional port to expose externally; when omitted the first open container port is exposed automatically. | [optional]
**container_pull_user** | Option<**String**> | | [optional]
**container_pull_pwd** | Option<**String**> | | [optional]
**env_variables** | Option<[**std::collections::HashMap<String, models::JobResponseEnvVariablesValue>**](JobResponse_envVariables_value.md)> | | [optional]
**rewrite** | Option<[**models::ServiceRewrite**](Service_rewrite.md)> | | [optional]
**login** | Option<[**models::ServiceLogin**](Service_login.md)> | | [optional]
**mounts** | Option<[**Vec<models::VolumeMount>**](VolumeMount.md)> | | [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)