class

OpenAI::AuditLogRoleUpdated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

changes_requested

The payload used to update the role.

Source
changes_requested=(changes_requested : AuditLogRoleUpdatedChangesRequested | Nil)

The payload used to update the role.

Source
id

The role ID.

Source
id=(id : String | Nil)

The role ID.

Source