Table of Contents

Class FileUploadResponse

Namespace
OpenAI.ObjectModels.ResponseModels.FileResponseModels
Assembly
AntRunnerLib.dll
public class FileUploadResponse : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IOpenAiModels.ICreatedAt, IEquatable<FileUploadResponse>
Inheritance
System.Object
FileUploadResponse
Implements
System.IEquatable<ObjectBaseResponse>
System.IEquatable<BaseResponse>
System.IEquatable<FileUploadResponse>
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.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