windmill-api 1.745.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
# HiddenItemsSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **i32** | Total number of hidden items on this side | 
**by_kind** | **std::collections::HashMap<String, i32>** | Count of hidden items keyed by item kind (always populated) | 
**items** | [**Vec<models::HiddenItem>**]HiddenItem.md | Kind and path of each hidden item; only populated when the caller is an admin of the relevant side (empty otherwise) | 

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