class

OpenAI::AuditLogProjectCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

data

The payload used to create the project.

Source
data=(data : AuditLogProjectCreatedData | Nil)

The payload used to create the project.

Source
id

The project ID.

Source
id=(id : String | Nil)

The project ID.

Source