Class TokensUsageRawDataGenerateAiReport.GeneralSchema
Inheritance
System.Object
TokensUsageRawDataGenerateAiReport.GeneralSchema
Assembly: Crowdin.Api.dll
Syntax
public class GeneralSchema : AiReportSchemaBase
Properties
|
Improve this Doc
View Source
DateFrom
Declaration
public DateTimeOffset DateFrom { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
DateTo
Declaration
public DateTimeOffset DateTo { get; set; }
Property Value
Type |
Description |
DateTimeOffset |
|
|
Improve this Doc
View Source
Declaration
public AiReportFormat? Format { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectIds
Declaration
public ICollection<int>? ProjectIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
PromptIds
Declaration
public ICollection<int>? PromptIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
UserIds
Declaration
public ICollection<int>? UserIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|