Class Group
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Group
Properties
|
Edit this page
View Source
CreatedAt
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("description")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
OrganizationId
Declaration
[JsonProperty("organizationId")]
public long OrganizationId { get; set; }
Property Value
|
Edit this page
View Source
ParentId
Declaration
[JsonProperty("parentId")]
public long ParentId { get; set; }
Property Value
|
Edit this page
View Source
ProjectsCount
Declaration
[JsonProperty("projectsCount")]
public int ProjectsCount { get; set; }
Property Value
|
Edit this page
View Source
SubgroupsCount
Declaration
[JsonProperty("subgroupsCount")]
public int SubgroupsCount { get; set; }
Property Value
|
Edit this page
View Source
UpdatedAt
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset? UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
UserId
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value