Class EditOrgOption
EditOrgOption options for editing an organization
Inheritance
System.Object
EditOrgOption
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 EditOrgOption
Properties
| Improve this Doc View SourceDescription
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 |
Location
Declaration
public string Location { 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> |
Visibility
possible values are public, limited or private
Declaration
public EditOrgOptionVisibility? Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<EditOrgOptionVisibility> |
Website
Declaration
public string Website { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |