Search Results for

    Show / Hide Table of Contents

    Class FileUploadResponse

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

    Properties

    ContentVersionId

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

    Filename

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

    SourceConnectionContentVersionId

    Declaration
    [JsonPropertyName("source_connection_content_version_id")]
    public string? SourceConnectionContentVersionId { 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