Search Results for

    Show / Hide Table of Contents

    Class ModelRecommendationsResponse

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

    Properties

    Alternatives

    Declaration
    [JsonPropertyName("alternatives")]
    public List<ModelRecommendationResponse> Alternatives { get; set; }
    Property Value
    Type Description
    List<ModelRecommendationResponse>

    CurrentModelId

    Declaration
    [JsonPropertyName("current_model_id")]
    public string CurrentModelId { get; set; }
    Property Value
    Type Description
    string

    CurrentModelName

    Declaration
    [JsonPropertyName("current_model_name")]
    public string CurrentModelName { get; set; }
    Property Value
    Type Description
    string

    SameProvider

    Declaration
    [JsonPropertyName("same_provider")]
    public List<ModelRecommendationResponse> SameProvider { get; set; }
    Property Value
    Type Description
    List<ModelRecommendationResponse>

    Successor

    Declaration
    [JsonPropertyName("successor")]
    public ModelRecommendationResponse? Successor { get; set; }
    Property Value
    Type Description
    ModelRecommendationResponse

    Upgrades

    Declaration
    [JsonPropertyName("upgrades")]
    public List<ModelRecommendationResponse> Upgrades { get; set; }
    Property Value
    Type Description
    List<ModelRecommendationResponse>
    In this article
    Back to top Generated by DocFX