Get Domain Topic Result
data class GetDomainTopicResult(val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Domain Topic.
Constructors
Link copied to clipboard
constructor(id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)