Table of Contents

Class FileResponse

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll
public class FileResponse : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IOpenAiModels.IId, IOpenAiModels.ICreatedAt, IEquatable<FileResponse>
Inheritance
System.Object
FileResponse
Implements
System.IEquatable<ObjectBaseResponse>
System.IEquatable<BaseResponse>
System.IEquatable<FileResponse>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Bytes

[JsonPropertyName("bytes")]
public int? Bytes { get; set; }

Property Value

System.Nullable<System.Int32>

CreatedAt

[JsonPropertyName("created_at")]
public int CreatedAt { get; set; }

Property Value

System.Int32

FileName

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

Property Value

System.String

Id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

System.String

Purpose

[JsonPropertyName("purpose")]
public string Purpose { get; set; }

Property Value

System.String

PurposeEnum

public UploadFilePurposes.UploadFilePurpose PurposeEnum { get; }

Property Value

UploadFilePurposes.UploadFilePurpose

Status

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

Property Value

System.String