windmill-api 1.776.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
18
# 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 |  | 
**hidden_ahead** | [**models::HiddenItemsSummary**]HiddenItemsSummary.md |  | 
**hidden_behind** | [**models::HiddenItemsSummary**]HiddenItemsSummary.md |  | 
**full_scan_at** | Option<**String**> | For a pair outside the fork lineage, when its candidate set was last seeded by an explicit full scan. Absent when the pair has never been scanned (an empty `diffs` then says nothing about whether the workspaces agree) or when the pair is a lineage pair, which the tally keeps current. | [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)