Class ReportStatus.ReportAttributes
Inheritance
ReportStatus.ReportAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReportStatus.ReportAttributes
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("format")]
public ReportFormat Format { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public List<long> ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
ReportName
Declaration
[JsonProperty("reportName")]
public string ReportName { get; set; }
Property Value
|
Edit this page
View Source
Schema
Declaration
[JsonProperty("schema")]
public object Schema { get; set; }
Property Value