Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 335 Bytes

IntegrationsHookUpdatePayload.md

File metadata and controls

18 lines (12 loc) · 335 Bytes

Cfchat::IntegrationsHookUpdatePayload

Properties

Name Type Description Notes
settings Object The settings required by the integration [optional]

Example

require 'cfchat'

instance = Cfchat::IntegrationsHookUpdatePayload.new(
  settings: null
)