GetConfigResponse

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard