Search Results for

    Show / Hide Table of Contents

    Class GroupManager

    Inheritance
    System.Object
    GroupManager
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    public class GroupManager : object

    Properties

    | Improve this Doc View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Teams

    Declaration
    public Team[] Teams { get; set; }
    Property Value
    Type Description
    Team[]
    | Improve this Doc View Source

    User

    Declaration
    public UserEnterprise User { get; set; }
    Property Value
    Type Description
    UserEnterprise
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX