Class UploadAgentInputResponse
Inheritance
UploadAgentInputResponse
Assembly: Seclai.dll
public sealed class UploadAgentInputResponse
Properties
ContentType
Declaration
[JsonPropertyName("content_type")]
public string? ContentType { get; set; }
Property Value
Declaration
[JsonPropertyName("error")]
public string? Error { get; set; }
Property Value
Declaration
[JsonPropertyName("file_size")]
public int FileSize { get; set; }
Property Value
Declaration
[JsonPropertyName("filename")]
public string? Filename { get; set; }
Property Value
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value