Table of Contents

Class StatusResponse

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

Basic response model that indicates the status of an operation.

public class StatusResponse
Inheritance
StatusResponse
Derived
Inherited Members
Extension Methods

Properties

Status

Gets or sets the status of the upload operation.

[JsonPropertyName("status")]
public string Status { get; set; }

Property Value

string