Assembly: Crowdin.Api.dll
[PublicAPI]
public class TaskComment
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("createdAt")]
public DateTimeOffset CreatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("id")]
public long Id { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("taskId")]
public long TaskId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("timeSpent")]
public long? TimeSpent { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("updatedAt")]
public DateTimeOffset UpdatedAt { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("userId")]
public long UserId { get; set; }
Property Value