class

OpenAI::AuditLogExternalKeyRegistered

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

data

The configuration for the external key.

Source
data=(data : Hash(String, JSON::Any) | Nil)

The configuration for the external key.

Source
id

The ID of the external key configuration.

Source
id=(id : String | Nil)

The ID of the external key configuration.

Source