OpenAI::ClosedStatus
Inherits JSON::Serializable < Reference < Object
Indicates that a thread has been closed.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ClosedStatusType = ClosedStatusType::Closed, reason : ClosedStatusReason = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
reason
Sourcereason=(reason : ClosedStatusReason)
Source