Class CreateTeamOption
CreateTeamOption options for creating a team
Inheritance
System.Object
CreateTeamOption
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 CreateTeamOption
Properties
| Improve this Doc View SourceCan_create_org_repo
Declaration
public bool? Can_create_org_repo { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Includes_all_repositories
Declaration
public bool? Includes_all_repositories { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
[Required(AllowEmptyStrings = true)]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Permission
Declaration
public CreateTeamOptionPermission? Permission { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<CreateTeamOptionPermission> |
Units
Declaration
public ICollection<string> Units { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<System.String> |
Units_map
Declaration
public IDictionary<string, string> Units_map { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<System.String, System.String> |