Search Results for

    Show / Hide Table of Contents

    Class GroupManager

    Inheritance
    object
    GroupManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Users
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class GroupManager

    Properties

    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    Teams

    Declaration
    [JsonProperty("teams")]
    public Team[] Teams { get; set; }
    Property Value
    Type Description
    Team[]
    | Edit this page View Source

    User

    Declaration
    [JsonProperty("user")]
    public UserEnterprise User { get; set; }
    Property Value
    Type Description
    UserEnterprise
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX