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