Search Results for

    Show / Hide Table of Contents

    Class AiReportGenerationStatus

    Inheritance
    System.Object
    AiReportGenerationStatus
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    public class AiReportGenerationStatus : object

    Properties

    | Improve this Doc View Source

    Attributes

    Declaration
    public AiReportGenerationStatus.AttributesObject Attributes { get; set; }
    Property Value
    Type Description
    AiReportGenerationStatus.AttributesObject
    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    FinishedAt

    Declaration
    public DateTimeOffset FinishedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Identifier

    Declaration
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Progress

    Declaration
    public int Progress { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    StartedAt

    Declaration
    public DateTimeOffset StartedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    Status

    Declaration
    public OperationStatus Status { get; set; }
    Property Value
    Type Description
    OperationStatus
    | Improve this Doc View Source

    UpdatedAt

    Declaration
    public DateTimeOffset UpdatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX