windmill-api 1.684.1

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
# WorkspaceComparison

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**all_ahead_items_visible** | **bool** | All items with changes ahead are visible by the user of the request. | 
**all_behind_items_visible** | **bool** | All items with changes behind are visible by the user of the request. | 
**skipped_comparison** | **bool** | Whether the comparison was skipped. This happens with old forks that where not being kept track of | 
**diffs** | [**Vec<models::WorkspaceItemDiff>**]WorkspaceItemDiff.md | List of differences found between workspaces | 
**summary** | [**models::CompareSummary**]CompareSummary.md |  | 

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