Search Results for

    Show / Hide Table of Contents

    Class Team

    Team represents a team in an organization

    Inheritance
    System.Object
    Team
    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 Team

    Properties

    | Improve this Doc View Source

    Can_create_org_repo

    Declaration
    public bool? Can_create_org_repo { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Declaration
    public long? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Includes_all_repositories

    Declaration
    public bool? Includes_all_repositories { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Organization

    Declaration
    public Organization Organization { get; set; }
    Property Value
    Type Description
    Organization
    | Improve this Doc View Source

    Permission

    Declaration
    public TeamPermission? Permission { get; set; }
    Property Value
    Type Description
    System.Nullable<TeamPermission>
    | Improve this Doc View Source

    Units

    Declaration
    public ICollection<string> Units { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<System.String>
    | Improve this Doc View Source

    Units_map

    Declaration
    public IDictionary<string, string> Units_map { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH