Get Namespace Topic Result
data class GetNamespaceTopicResult(val eventRetentionInDays: Int? = null, val id: String, val inputSchema: String? = null, val name: String, val provisioningState: String, val publisherType: String? = null, val systemData: SystemDataResponse, val type: String)
Namespace topic details.
Constructors
Link copied to clipboard
fun GetNamespaceTopicResult(eventRetentionInDays: Int? = null, id: String, inputSchema: String? = null, name: String, provisioningState: String, publisherType: String? = null, systemData: SystemDataResponse, type: String)