Class AiValidationOptions
Inheritance
AiValidationOptions
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiValidationOptions
Properties
|
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
MaxExamplesCount
Declaration
[JsonProperty("maxExamplesCount")]
public long? MaxExamplesCount { get; set; }
Property Value
|
Edit this page
View Source
MaxFileSize
Declaration
[JsonProperty("maxFileSize")]
public long? MaxFileSize { get; set; }
Property Value
|
Edit this page
View Source
MinExamplesCount
Declaration
[JsonProperty("minExamplesCount")]
public long? MinExamplesCount { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public List<long>? ProjectIds { get; set; }
Property Value