Get Tenant Configuration Result
data class GetTenantConfigurationResult(val enforcePrivateMarkdownStorage: Boolean? = null, val id: String, val name: String, val type: String)
Tenant configuration.
Constructors
Link copied to clipboard
fun GetTenantConfigurationResult(enforcePrivateMarkdownStorage: Boolean? = null, id: String, name: String, type: String)