Get System Topic Result
data class GetSystemTopicResult(val id: String, val identity: IdentityInfoResponse? = null, val location: String, val metricResourceId: String, val name: String, val provisioningState: String, val source: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val topicType: String? = null, val type: String)
EventGrid System Topic.
Constructors
Link copied to clipboard
fun GetSystemTopicResult(id: String, identity: IdentityInfoResponse? = null, location: String, metricResourceId: String, name: String, provisioningState: String, source: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, topicType: String? = null, type: String)