Class GroupTaskUsageGenerateGroupReportRequest.SchemaBase
Inheritance
GroupTaskUsageGenerateGroupReportRequest.SchemaBase
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class GroupTaskUsageGenerateGroupReportRequest.SchemaBase
Properties
|
Edit this page
View Source
CreatorId
Declaration
[JsonProperty("creatorId")]
public long? CreatorId { get; set; }
Property Value
|
Edit this page
View Source
DateFrom
Declaration
[JsonProperty("dateFrom")]
public DateTimeOffset? DateFrom { get; set; }
Property Value
|
Edit this page
View Source
DateTo
Declaration
[JsonProperty("dateTo")]
public DateTimeOffset? DateTo { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public ReportFormat Format { get; set; }
Property Value
|
Edit this page
View Source
GroupBy
Declaration
[JsonProperty("groupBy")]
public GroupingParameter? GroupBy { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string? LanguageId { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public ICollection<long>? ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
TypeTasks
Declaration
[JsonProperty("typeTasks")]
public TaskType? TypeTasks { get; set; }
Property Value