Class CreateOrgOption
CreateOrgOption options for creating an organization
Inheritance
System.Object
CreateOrgOption
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 CreateOrgOption
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> |
Username
Declaration
[Required(AllowEmptyStrings = true)]
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Visibility
possible values are public (default), limited or private
Declaration
public CreateOrgOptionVisibility? Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<CreateOrgOptionVisibility> |
Website
Declaration
public string Website { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |