Class AiReportGenerationStatus.AttributesObject
Inheritance
AiReportGenerationStatus.AttributesObject
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiReportGenerationStatus.AttributesObject
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public AiReportFormat Format { get; set; }
Property Value
|
Edit this page
View Source
ReportType
Declaration
[JsonProperty("reportType")]
public AiReportType ReportType { get; set; }
Property Value
|
Edit this page
View Source
Schema
Declaration
[JsonProperty("schema")]
public AiReportSchemaBase Schema { get; set; }
Property Value