Class Organization
Organization represents an organization
Inheritance
System.Object
Organization
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class Organization
Properties
| Improve this Doc View SourceAvatar_url
Declaration
public string Avatar_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Full_name
Declaration
public string Full_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Location
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Repo_admin_change_team_access
Declaration
public bool? Repo_admin_change_team_access { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Username
deprecated
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Visibility
Declaration
public string Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Website
Declaration
public string Website { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |