Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 423 Bytes

File metadata and controls

18 lines (12 loc) · 423 Bytes

SunshineConversationsClient::AppListFilter

Properties

Name Type Description Notes
service_account_id String When specified, lists only the apps that the service account has access to. [optional]

Example

require 'sunshine-conversations-client'

instance = SunshineConversationsClient::AppListFilter.new(
  service_account_id: null
)