windmill-api 1.722.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# 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]
**github_base_url** | Option<**String**> | Set for self-managed (GHES) installs. Cloud installs omit this field. | [optional]
**provisioned_by_admin** | Option<**bool**> | True when the installation was assigned by the instance super-admin from instance settings. Workspace admins cannot remove these. | [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)