Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 529 Bytes

File metadata and controls

24 lines (18 loc) · 529 Bytes

Cfchat::ConversationListMeta200ResponseMeta

Properties

Name Type Description Notes
mine_count Float [optional]
unassigned_count Float [optional]
assigned_count Float [optional]
all_count Float [optional]

Example

require 'cfchat'

instance = Cfchat::ConversationListMeta200ResponseMeta.new(
  mine_count: null,
  unassigned_count: null,
  assigned_count: null,
  all_count: null
)