class

OpenAI::AuditLogProjectUpdatedChangesRequested

Inherits JSON::Serializable < Reference < Object

The payload used to update the project.

Constructors

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

Instance methods

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