Search Results for

    Show / Hide Table of Contents

    Class Group

    Inheritance
    System.Object
    Group
    Namespace: Crowdin.Api.ProjectsGroups
    Assembly: Crowdin.Api.dll
    Syntax
    public class Group : object

    Properties

    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | 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 int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Name

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

    OrganizationId

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

    ParentId

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

    ProjectsCount

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

    SubgroupsCount

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

    UpdatedAt

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

    UserId

    Declaration
    public int UserId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX