Table of Contents

Class BaseResponse

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

Error

[JsonPropertyName("error")]
public Error Error { get; set; }

Property Value

Error

HeaderValues

public ResponseHeaderValues HeaderValues { get; set; }

Property Value

ResponseHeaderValues

HttpStatusCode

public HttpStatusCode HttpStatusCode { get; set; }

Property Value

System.Net.HttpStatusCode

IsDelta

public bool IsDelta { get; }

Property Value

System.Boolean

StreamEvent

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

Property Value

System.String

Successful

public bool Successful { get; }

Property Value

System.Boolean