class

OpenAI::ProjectGroupDeletedResource

Inherits JSON::Serializable < Reference < Object

Confirmation payload returned after removing a group from a project.

Constructors

new(object : ProjectGroupDeletedResourceObject = ProjectGroupDeletedResourceObject::ProjectGroupDeleted, deleted : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

deleted

Whether the group membership in the project was removed.

Source
deleted=(deleted : Bool)

Whether the group membership in the project was removed.

Source
object

Always project.group.deleted.

Source
object=(object : ProjectGroupDeletedResourceObject)

Always project.group.deleted.

Source