Class GroupManager
Inherited Members
Namespace: Crowdin.Api.Users
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GroupManager
Properties
| Edit this page View SourceId
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Teams
Declaration
[JsonProperty("teams")]
public Team[] Teams { get; set; }
Property Value
| Type | Description |
|---|---|
| Team[] |
User
Declaration
[JsonProperty("user")]
public UserEnterprise User { get; set; }
Property Value
| Type | Description |
|---|---|
| UserEnterprise |