Class EstimateExportRequest
Inheritance
EstimateExportRequest
Assembly: Seclai.dll
Syntax
public sealed class EstimateExportRequest
Properties
DateFrom
Declaration
[JsonPropertyName("date_from")]
public string? DateFrom { get; set; }
Property Value
DateTo
Declaration
[JsonPropertyName("date_to")]
public string? DateTo { get; set; }
Property Value
Declaration
[JsonPropertyName("format")]
public string? Format { get; set; }
Property Value
Declaration
[JsonPropertyName("metadata_filter")]
public Dictionary<string, JsonElement>? MetadataFilter { get; set; }
Property Value
QueryFilter
Declaration
[JsonPropertyName("query_filter")]
public string? QueryFilter { get; set; }
Property Value