Class GroupManager
Inheritance
System.Object
GroupManager
Namespace: Crowdin.Api.Users
Assembly: Crowdin.Api.dll
Syntax
public class GroupManager : object
Properties
| Improve this Doc View SourceId
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Teams
Declaration
public Team[] Teams { get; set; }
Property Value
Type | Description |
---|---|
Team[] |
User
Declaration
public UserEnterprise User { get; set; }
Property Value
Type | Description |
---|---|
UserEnterprise |