class

OpenAI::AuditLogProject

Inherits JSON::Serializable < Reference < Object

The project that the action was scoped to. Absent for actions not scoped to projects. Note that any admin actions taken via Admin API keys are associated with the default project.

Constructors

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

Instance methods

id

The project ID.

Source
id=(id : String | Nil)

The project ID.

Source
name

The project title.

Source
name=(name : String | Nil)

The project title.

Source