Class TopMembersGenerateReportRequest.RequestSchema
Inheritance
System.Object
TopMembersGenerateReportRequest.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
Declaration
public ReportFormat? Format { get; set; }
Property Value
|
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
Unit
Declaration
public ReportUnit? Unit { get; set; }
Property Value