class

OpenAI::AuditLogProjectCreatedData

Inherits JSON::Serializable < Reference < Object

The payload used to create the project.

Constructors

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

Instance methods

name

The project name.

Source
name=(name : String | Nil)

The project name.

Source
title

The title of the project as seen on the dashboard.

Source
title=(title : String | Nil)

The title of the project as seen on the dashboard.

Source