ChannelWebChatSite

data class ChannelWebChatSite(val endpointParametersEnabled: Boolean? = null, val name: String, val storageEnabled: Boolean? = null, val userUploadEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(endpointParametersEnabled: Boolean? = null, name: String, storageEnabled: Boolean? = null, userUploadEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the endpoint parameters enabled for this site?

Link copied to clipboard

The name of the site.

Link copied to clipboard
val storageEnabled: Boolean? = null

Is the storage site enabled for detailed logging? Defaults to true.

Link copied to clipboard

Is the user upload enabled for this site? Defaults to true.