class

OpenAI::AuditLogActorSession

Inherits JSON::Serializable < Reference < Object

The session in which the audit logged action was performed.

Constructors

new(user : AuditLogActorUser | Nil = nil, ip_address : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

ip_address

The IP address from which the action was performed.

Source
ip_address=(ip_address : String | Nil)

The IP address from which the action was performed.

Source
user
Source
user=(user : AuditLogActorUser | Nil)
Source