Class TranslationCostsPostEditingGenerateReportRequest.GeneralSchema
Inheritance
System.Object
TranslationCostsPostEditingGenerateReportRequest.GeneralSchema
Inherited Members
Namespace: Crowdin.Api.Reports
Assembly: Crowdin.Api.dll
Syntax
public class GeneralSchema : TranslationCostsPostEditingGenerateReportRequest.SchemaBase
Properties
| Improve this Doc View SourceBranchIds
Declaration
public ICollection<int>? BranchIds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<System.Int32>> |
DateFrom
Declaration
public DateTimeOffset? DateFrom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTimeOffset> |
DateTo
Declaration
public DateTimeOffset? DateTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DateTimeOffset> |
DirectoryIds
Declaration
public ICollection<int>? DirectoryIds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<System.Int32>> |
FileIds
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<System.Int32>> |
GroupBy
Declaration
public GroupingParameter? GroupBy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<GroupingParameter> |
LanguageId
Declaration
public string? LanguageId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
UserIds
Declaration
public ICollection<int>? UserIds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<System.Int32>> |