Class AiValidationOptions
Inheritance
System.Object
AiValidationOptions
Assembly: Crowdin.Api.dll
Syntax
public class AiValidationOptions : 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
MaxExamplesCount
Declaration
public int? MaxExamplesCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
MaxFileSize
Declaration
public int? MaxFileSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
MinExamplesCount
Declaration
public int? MinExamplesCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
ProjectIds
Declaration
public List<int>? ProjectIds { get; set; }
Property Value
Type |
Description |
System.Nullable<List<System.Int32>> |
|