Search Results for

    Show / Hide Table of Contents

    Class ExportResponse

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

    Properties

    CreatedAt

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

    DownloadUrl

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

    ExpiresAt

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

    Format

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

    Id

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

    Status

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