Class ContentFileUploadResponse
Inheritance
ContentFileUploadResponse
Assembly: Seclai.dll
Syntax
public sealed class ContentFileUploadResponse
Properties
ContentVersionId
Declaration
[JsonPropertyName("content_version_id")]
public string? ContentVersionId { get; set; }
Property Value
Filename
Declaration
[JsonPropertyName("filename")]
public string? Filename { get; set; }
Property Value
SourceConnectionContentVersionId
Declaration
[JsonPropertyName("source_connection_content_version_id")]
public string? SourceConnectionContentVersionId { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string? Status { get; set; }
Property Value