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