class

OpenAI::AuditLogGroupCreatedData

Inherits JSON::Serializable < Reference < Object

Information about the created group.

Constructors

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

Instance methods

group_name

The group name.

Source
group_name=(group_name : String | Nil)

The group name.

Source