Search Results for

    Show / Hide Table of Contents

    Class AiReportGenerationStatus.AttributesObject

    Inheritance
    object
    AiReportGenerationStatus.AttributesObject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.AI
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AiReportGenerationStatus.AttributesObject

    Properties

    | Edit this page View Source

    Format

    Declaration
    [JsonProperty("format")]
    public AiReportFormat Format { get; set; }
    Property Value
    Type Description
    AiReportFormat
    | Edit this page View Source

    ReportType

    Declaration
    [JsonProperty("reportType")]
    public AiReportType ReportType { get; set; }
    Property Value
    Type Description
    AiReportType
    | Edit this page View Source

    Schema

    Declaration
    [JsonProperty("schema")]
    public AiReportSchemaBase Schema { get; set; }
    Property Value
    Type Description
    AiReportSchemaBase
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX