class

OpenAI::AuditLogProjectUpdated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

changes_requested

The payload used to update the project.

Source
changes_requested=(changes_requested : AuditLogProjectUpdatedChangesRequested | Nil)

The payload used to update the project.

Source
id

The project ID.

Source
id=(id : String | Nil)

The project ID.

Source