struct Place::Chat::MeetingSummary
- Place::Chat::MeetingSummary
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/chat/health_rooms_models.crConstructors
- .new(pos_system : String, call_count : Int32, participant_count : Int32, waiting_count : Int32, longest_wait_time : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #call_count : Int32
- #longest_wait_time : Int64
- #participant_count : Int32
- #pos_system : String
- #waiting_count : Int32
Constructor Detail
def self.new(pos_system : String, call_count : Int32, participant_count : Int32, waiting_count : Int32, longest_wait_time : Int64)
#