Search Results for

    Show / Hide Table of Contents

    Class NonManualEvaluationSummaryResponse

    Inheritance
    object
    NonManualEvaluationSummaryResponse
    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 NonManualEvaluationSummaryResponse

    Properties

    ByMode

    Declaration
    [JsonPropertyName("by_mode")]
    public List<JsonElement>? ByMode { get; set; }
    Property Value
    Type Description
    List<JsonElement>

    Failed

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

    FailureRate

    Declaration
    [JsonPropertyName("failure_rate")]
    public float FailureRate { get; set; }
    Property Value
    Type Description
    float

    Flagged

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

    PassRate

    Declaration
    [JsonPropertyName("pass_rate")]
    public float PassRate { get; set; }
    Property Value
    Type Description
    float

    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