Search Results for

    Show / Hide Table of Contents

    Class TokensUsageRawDataGenerateAiReport.GeneralSchema

    Inheritance
    System.Object
    AiReportSchemaBase
    TokensUsageRawDataGenerateAiReport.GeneralSchema
    Namespace: Crowdin.Api.AI
    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

    Format

    Declaration
    public AiReportFormat? Format { get; set; }
    Property Value
    Type Description
    System.Nullable<AiReportFormat>
    | 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>>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX