Class FileDeleteResponse
public class FileDeleteResponse : BaseResponse, IEquatable<ObjectBaseResponse>, IEquatable<BaseResponse>, IOpenAiModels.IId, IEquatable<FileDeleteResponse>
- Inheritance
-
System.Object
FileDeleteResponse
- Implements
-
- 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