Get Preferences Result
data class GetPreferencesResult(val accountId: String? = null, val connectionRecordingPreferences: ConnectionRecordingPreferencesProperties? = null)
Constructors
Link copied to clipboard
constructor(accountId: String? = null, connectionRecordingPreferences: ConnectionRecordingPreferencesProperties? = null)