Get Dapr Subscription Result
data class GetDaprSubscriptionResult(val bulkSubscribe: DaprSubscriptionBulkSubscribeOptionsResponse? = null, val deadLetterTopic: String? = null, val id: String, val metadata: Map<String, String>? = null, val name: String, val pubsubName: String? = null, val routes: DaprSubscriptionRoutesResponse? = null, val scopes: List<String>? = null, val systemData: SystemDataResponse, val topic: String? = null, val type: String)
Dapr PubSub Event Subscription.
Constructors
Link copied to clipboard
fun GetDaprSubscriptionResult(bulkSubscribe: DaprSubscriptionBulkSubscribeOptionsResponse? = null, deadLetterTopic: String? = null, id: String, metadata: Map<String, String>? = null, name: String, pubsubName: String? = null, routes: DaprSubscriptionRoutesResponse? = null, scopes: List<String>? = null, systemData: SystemDataResponse, topic: String? = null, type: String)