class

OpenAI::AuditLogApiKeyCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

data

The payload used to create the API key.

Source
data=(data : AuditLogApiKeyCreatedData | Nil)

The payload used to create the API key.

Source
id

The tracking ID of the API key.

Source
id=(id : String | Nil)

The tracking ID of the API key.

Source