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) · 522 Bytes

File metadata and controls

22 lines (16 loc) · 522 Bytes

Cfchat::CustomFilterCreateUpdatePayload

Properties

Name Type Description Notes
name String The name of the custom filter [optional]
type String The description about the custom filter [optional]
query Object A query that needs to be saved as a custom filter [optional]

Example

require 'cfchat'

instance = Cfchat::CustomFilterCreateUpdatePayload.new(
  name: null,
  type: null,
  query: null
)