This repository has been archived on 2020-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-sdk/docs/Organization.md
jolheiser fc382e2e9d
Initial generation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-10 20:43:26 -06:00

19 lines
843 B
Markdown

# Organization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**AvatarUrl** | **string** | | [optional] [default to null]
**Description** | **string** | | [optional] [default to null]
**FullName** | **string** | | [optional] [default to null]
**Id** | **int64** | | [optional] [default to null]
**Location** | **string** | | [optional] [default to null]
**RepoAdminChangeTeamAccess** | **bool** | | [optional] [default to null]
**Username** | **string** | | [optional] [default to null]
**Visibility** | **string** | | [optional] [default to null]
**Website** | **string** | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)