Get Topic Space Result
data class GetTopicSpaceResult(val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val topicTemplates: List<String>? = null, val type: String)
The Topic space resource.
Constructors
Link copied to clipboard
fun GetTopicSpaceResult(description: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, topicTemplates: List<String>? = null, type: String)