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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**workspace_id** | Option<**String**> |  | [optional]
**installation_id** | **f64** |  | 
**account_id** | **String** |  | 
**repositories** | [**Vec<models::GithubInstallationsInnerRepositoriesInner>**]GithubInstallations_inner_repositories_inner.md |  | 
**total_count** | **f64** | Total number of repositories available for this installation | 
**per_page** | **f64** | Number of repositories loaded per page | 
**error** | Option<**String**> | Error message if token retrieval failed | [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)