SunshineConversationsClient::AppListFilter
August 27, 2025 ยท View on GitHub
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
)