Class ExportResponse
Inheritance
ExportResponse
Assembly: Seclai.dll
Syntax
public sealed class ExportResponse
Properties
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
DownloadUrl
Declaration
[JsonPropertyName("download_url")]
public string? DownloadUrl { get; set; }
Property Value
ExpiresAt
Declaration
[JsonPropertyName("expires_at")]
public string? ExpiresAt { get; set; }
Property Value
Declaration
[JsonPropertyName("format")]
public string? Format { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value