class

OpenAI::CreateGroupBody

Inherits JSON::Serializable < Reference < Object

Request payload for creating a new group in the organization.

Constructors

new(name : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name

Human readable name for the group.

Source
name=(name : String)

Human readable name for the group.

Source
validate!
Source