Class GroupTaskUsageGenerateGroupReportRequest.TimeSchema
Inheritance
GroupTaskUsageGenerateGroupReportRequest.TimeSchema
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GroupTaskUsageGenerateGroupReportRequest.TimeSchema : GroupTaskUsageGenerateGroupReportRequest.SchemaBase
Properties
|
Edit this page
View Source
AssigneeId
Declaration
[JsonProperty("assigneeId")]
public long? AssigneeId { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[JsonProperty("type")]
public string Type { get; }
Property Value
|
Edit this page
View Source
WordsCountFrom
Declaration
[JsonProperty("wordsCountFrom")]
public int? WordsCountFrom { get; set; }
Property Value
|
Edit this page
View Source
WordsCountTo
Declaration
[JsonProperty("wordsCountTo")]
public int? WordsCountTo { get; set; }
Property Value