Table of Contents

Class UploadFileResponse

Namespace
FoundationaLLM.CSharpCodeSession.API.Models
Assembly
FoundationaLLM.CSharpCodeSession.API.dll

Response model for file upload.

public class UploadFileResponse : StatusResponse
Inheritance
UploadFileResponse
Inherited Members
Extension Methods

Properties

FileName

Gets or sets the name of the file that was uploaded.

[JsonPropertyName("file_name")]
public required string FileName { get; set; }

Property Value

string