Class AddTaskCommentRequest
Inherited Members
Namespace: Crowdin.Api.Tasks
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddTaskCommentRequest
Properties
| Edit this page View SourceText
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeSpent
Declaration
[JsonProperty("timeSpent")]
public long? TimeSpent { get; set; }
Property Value
Type | Description |
---|---|
long? |