Search Results for

    Show / Hide Table of Contents

    Class GenerationTierResponse

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

    Properties

    CreditsPerUnit

    Declaration
    [JsonPropertyName("credits_per_unit")]
    public int? CreditsPerUnit { get; set; }
    Property Value
    Type Description
    int?

    Modality

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

    ModelId

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

    ModelName

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

    PriceLabel

    Declaration
    [JsonPropertyName("price_label")]
    public string? PriceLabel { get; set; }
    Property Value
    Type Description
    string

    Tier

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

    UnitLabel

    Declaration
    [JsonPropertyName("unit_label")]
    public string? UnitLabel { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX