Get Config Response
data class GetConfigResponse(val appview: GetConfigServiceConfig? = null, val pds: GetConfigServiceConfig? = null, val blobDivert: GetConfigServiceConfig? = null, val chat: GetConfigServiceConfig? = null, val viewer: GetConfigViewerConfig? = null)
Constructors
Link copied to clipboard
constructor(appview: GetConfigServiceConfig? = null, pds: GetConfigServiceConfig? = null, blobDivert: GetConfigServiceConfig? = null, chat: GetConfigServiceConfig? = null, viewer: GetConfigViewerConfig? = null)