windmill-api 1.778.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# WorkspaceItemDiff

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **String** | Type of the item | 
**path** | **String** | Path of the item in the workspace | 
**ahead** | **i32** | Number of versions source is ahead of target | 
**behind** | **i32** | Number of versions source is behind target | 
**has_changes** | **bool** | Whether the item has any differences | 
**exists_in_source** | **bool** | If the item exists in the source workspace | 
**exists_in_fork** | **bool** | If the item exists in the fork workspace | 
**fork_last_event_kind** | Option<[**models::DeployEventKind**]DeployEventKind.md> |  | [optional]
**fork_last_event_origin** | Option<[**models::DeployEventOrigin**]DeployEventOrigin.md> |  | [optional]
**source_last_event_kind** | Option<[**models::DeployEventKind**]DeployEventKind.md> |  | [optional]
**source_last_event_origin** | Option<[**models::DeployEventOrigin**]DeployEventOrigin.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)