Table of Contents

Class RateLimit

Namespace
OpenAI.Realtime
Assembly
OpenAI-DotNet.dll
public sealed class RateLimit
Inheritance
RateLimit
Inherited Members

Properties

Limit

[JsonInclude]
[JsonPropertyName("limit")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Limit { get; }

Property Value

int?

Name

[JsonInclude]
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; }

Property Value

string

Remaining

[JsonInclude]
[JsonPropertyName("remaining")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int? Remaining { get; }

Property Value

int?

ResetSeconds

[JsonInclude]
[JsonPropertyName("reset_seconds")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public float? ResetSeconds { get; }

Property Value

float?