Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

ExtendedContactAllOf.md

File metadata and controls

20 lines (14 loc) · 395 Bytes

Cfchat::ExtendedContactAllOf

Properties

Name Type Description Notes
id Float Id of the user [optional]
availability_status String Availability status of the user [optional]

Example

require 'cfchat'

instance = Cfchat::ExtendedContactAllOf.new(
  id: null,
  availability_status: null
)