Table of Contents

Class RateLimitsResponse

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class RateLimitsResponse : BaseRealtimeEvent, IServerEvent, IRealtimeEvent
Inheritance
RateLimitsResponse
Implements
Inherited Members

Properties

EventId

The unique ID of the server event.

[JsonInclude]
[JsonPropertyName("event_id")]
public override string EventId { get; }

Property Value

string

RateLimits

List of rate limit information.

[JsonInclude]
[JsonPropertyName("rate_limits")]
public IReadOnlyList<RateLimit> RateLimits { get; }

Property Value

IReadOnlyList<RateLimit>

Type

[JsonInclude]
[JsonPropertyName("type")]
public override string Type { get; protected set; }

Property Value

string