class

OpenAI::AuditLogActorUser

Inherits JSON::Serializable < Reference < Object

The user who performed the audit logged action.

Constructors

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

Instance methods

email

The user email.

Source
email=(email : String | Nil)

The user email.

Source
id

The user id.

Source
id=(id : String | Nil)

The user id.

Source