class

OpenAI::InviteDeleteResponse

Inherits JSON::Serializable < Reference < Object

Constructors

new(object : InviteDeleteResponseObject = InviteDeleteResponseObject::OrganizationInviteDeleted, id : String = "", deleted : Bool = false)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

deleted
Source
deleted=(deleted : Bool)
Source
id=(id : String)
Source
object

The object type, which is always organization.invite.deleted

Source
object=(object : InviteDeleteResponseObject)

The object type, which is always organization.invite.deleted

Source