Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 421 Bytes

File metadata and controls

18 lines (12 loc) · 421 Bytes

SunshineConversationsClient::IntegrationListFilter

Properties

Name Type Description Notes
types String Comma-separated list of types to return. If omitted, all types are returned. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::IntegrationListFilter.new(
  types: android,ios
)