Class CodeSessionFileDownloadRequest
- Namespace
 - FoundationaLLM.Common.Models.CodeExecution
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a request to download newly created files from a code session.
public class CodeSessionFileDownloadRequest
  - Inheritance
 - 
      
      CodeSessionFileDownloadRequest
 
- Inherited Members
 
- Extension Methods
 
Properties
OperationId
Gets or sets the file upload operation identifier.
[JsonPropertyName("operation_id")]
public required string OperationId { get; set; }