class

OpenAI::AuditLogRateLimitUpdated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

new(id : String | Nil = nil, changes_requested : AuditLogRateLimitUpdatedChangesRequested | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

changes_requested

The payload used to update the rate limits.

Source
changes_requested=(changes_requested : AuditLogRateLimitUpdatedChangesRequested | Nil)

The payload used to update the rate limits.

Source
id

The rate limit ID

Source
id=(id : String | Nil)

The rate limit ID

Source