Class DownloadFileRequest
- Namespace
- FoundationaLLM.CSharpCodeSession.API.Models
- Assembly
- FoundationaLLM.CSharpCodeSession.API.dll
Represents a request to download a file.
public class DownloadFileRequest
- Inheritance
-
DownloadFileRequest
- Inherited Members
- Extension Methods
Properties
FileName
Gets or sets the file name to be downloaded.
[JsonPropertyName("file_name")]
public required string FileName { get; set; }