Table of Contents

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

DateTime

CreatedAtUnixTimeSeconds

[JsonInclude]
[JsonPropertyName("created_at")]
public int CreatedAtUnixTimeSeconds { get; }

Property Value

int

Level

[JsonInclude]
[JsonPropertyName("level")]
public string Level { get; }

Property Value

string

Message

[JsonInclude]
[JsonPropertyName("message")]
public string Message { get; }

Property Value

string

Object

[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string