mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# Organization
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**avatarUrl** | **String** | The URL of the organization's avatar | [optional]
|
|
**description** | **String** | The description of the organization | [optional]
|
|
**email** | **String** | The email address of the organization | [optional]
|
|
**fullName** | **String** | The full display name of the organization | [optional]
|
|
**id** | **Long** | The unique identifier of the organization | [optional]
|
|
**location** | **String** | The location of the organization | [optional]
|
|
**name** | **String** | The name of the organization | [optional]
|
|
**repoAdminChangeTeamAccess** | **Boolean** | Whether repository administrators can change team access | [optional]
|
|
**username** | **String** | username of the organization deprecated | [optional]
|
|
**visibility** | [**VisibilityEnum**](#VisibilityEnum) | The visibility level of the organization (public, limited, private) public UserVisibilityPublic limited UserVisibilityLimited private UserVisibilityPrivate | [optional]
|
|
**website** | **String** | The website URL of the organization | [optional]
|
|
|
|
<a name="VisibilityEnum"></a>
|
|
## Enum: VisibilityEnum
|
|
Name | Value
|
|
---- | -----
|
|
PUBLIC | "public"
|
|
LIMITED | "limited"
|
|
PRIVATE | "private"
|