class

OpenAI::AuditLogGroupCreated

Inherits JSON::Serializable < Reference < Object

The details for events with this type.

Constructors

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

Instance methods

data

Information about the created group.

Source
data=(data : AuditLogGroupCreatedData | Nil)

Information about the created group.

Source
id

The ID of the group.

Source
id=(id : String | Nil)

The ID of the group.

Source