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

Latest commit

 

History

History
22 lines (16 loc) · 508 Bytes

File metadata and controls

22 lines (16 loc) · 508 Bytes

Cfchat::ListAllAccountUsers200ResponseInner

Properties

Name Type Description Notes
account_id Integer The ID of the user [optional]
user_id Integer The ID of the user [optional]
role String whether user is an administrator or agent [optional]

Example

require 'cfchat'

instance = Cfchat::ListAllAccountUsers200ResponseInner.new(
  account_id: null,
  user_id: null,
  role: null
)