windmill-api 1.682.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 | 

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