Class TokensUsageRawDataGenerateAiReport.GeneralSchema
Inheritance
TokensUsageRawDataGenerateAiReport.GeneralSchema
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TokensUsageRawDataGenerateAiReport.GeneralSchema : AiReportSchemaBase
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
Declaration
[JsonProperty("format")]
public AiReportFormat? Format { get; set; }
Property Value
|
Edit this page
View Source
ProjectIds
Declaration
[JsonProperty("projectIds")]
public ICollection<long>? ProjectIds { get; set; }
Property Value
|
Edit this page
View Source
PromptIds
Declaration
[JsonProperty("promptIds")]
public ICollection<long>? PromptIds { get; set; }
Property Value
|
Edit this page
View Source
UserIds
Declaration
[JsonProperty("userIds")]
public ICollection<long>? UserIds { get; set; }
Property Value