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