Class ContributionRawDataGenerateReportRequest.RequestSchema
Inheritance
System.Object
ContributionRawDataGenerateReportRequest.RequestSchema
Assembly: Crowdin.Api.dll
Syntax
public class RequestSchema : object
Properties
|
Improve this Doc
View Source
DateFrom
Declaration
public DateTimeOffset? DateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
DateTo
Declaration
public DateTimeOffset? DateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
LanguageId
Declaration
public string? LanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Mode
Declaration
public ContributionReportMode Mode { get; set; }
Property Value
|
Improve this Doc
View Source
Unit
Declaration
public ReportUnit? Unit { get; set; }
Property Value
|
Improve this Doc
View Source
UserId
Declaration
public string? UserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|