Class GroupReportStatus.ReportAttributes
Inheritance
System.Object
GroupReportStatus.ReportAttributes
Assembly: Crowdin.Api.dll
Syntax
public class ReportAttributes : object
Properties
|
Improve this Doc
View Source
Declaration
public ReportFormat Format { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectIds
Declaration
public ICollection<int> ProjectIds { get; set; }
Property Value
Type |
Description |
ICollection<System.Int32> |
|
|
Improve this Doc
View Source
ReportName
Declaration
public string ReportName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Schema
Declaration
public object Schema { get; set; }
Property Value
Type |
Description |
System.Object |
|