Search Results for

    Show / Hide Table of Contents

    Class EstimateExportRequest

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

    Properties

    DateFrom

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

    DateTo

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

    Format

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

    MetadataFilter

    Declaration
    [JsonPropertyName("metadata_filter")]
    public Dictionary<string, JsonElement>? MetadataFilter { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    QueryFilter

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