class

OpenAI::UpdateGroupBody

Inherits JSON::Serializable < Reference < Object

Request payload for updating the details of an existing group.

Constructors

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

Instance methods

name

New display name for the group.

Source
name=(name : String)

New display name for the group.

Source
validate!
Source