Class EventResponse
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public sealed class EventResponse : BaseResponse
- Inheritance
-
EventResponse
- Inherited Members
Constructors
EventResponse()
public EventResponse()
Properties
CreatedAt
[JsonIgnore]
public DateTime CreatedAt { get; }
Property Value
CreatedAtUnixTimeSeconds
[JsonInclude]
[JsonPropertyName("created_at")]
public int CreatedAtUnixTimeSeconds { get; }
Property Value
Level
[JsonInclude]
[JsonPropertyName("level")]
public string Level { get; }
Property Value
Message
[JsonInclude]
[JsonPropertyName("message")]
public string Message { get; }
Property Value
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }