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

Latest commit

 

History

History
20 lines (14 loc) · 386 Bytes

File metadata and controls

20 lines (14 loc) · 386 Bytes

Cfchat::ListAllConversationStatistics200ResponseInner

Properties

Name Type Description Notes
value String [optional]
timestamp Float [optional]

Example

require 'cfchat'

instance = Cfchat::ListAllConversationStatistics200ResponseInner.new(
  value: null,
  timestamp: null
)