Table of Contents

Class FileDeleteResponse

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

Deleted

[JsonPropertyName("deleted")]
public bool Deleted { get; set; }

Property Value

System.Boolean

Id

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

Property Value

System.String