Search Results for

    Show / Hide Table of Contents

    Class EvaluationResultSummaryResponse

    Inheritance
    object
    EvaluationResultSummaryResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Seclai.Models
    Assembly: Seclai.dll
    Syntax
    public sealed class EvaluationResultSummaryResponse

    Properties

    AverageScore

    Declaration
    [JsonPropertyName("average_score")]
    public float? AverageScore { get; set; }
    Property Value
    Type Description
    float?

    Error

    Declaration
    [JsonPropertyName("error")]
    public int Error { get; set; }
    Property Value
    Type Description
    int

    Failed

    Declaration
    [JsonPropertyName("failed")]
    public int Failed { get; set; }
    Property Value
    Type Description
    int

    Flagged

    Declaration
    [JsonPropertyName("flagged")]
    public int Flagged { get; set; }
    Property Value
    Type Description
    int

    Passed

    Declaration
    [JsonPropertyName("passed")]
    public int Passed { get; set; }
    Property Value
    Type Description
    int

    Total

    Declaration
    [JsonPropertyName("total")]
    public int Total { get; set; }
    Property Value
    Type Description
    int
    In this article
    Back to top Generated by DocFX