Get Subscription Result
data class GetSubscriptionResult(val deliveryConfig: DeliveryConfigResponse, val exportConfig: ExportConfigResponse, val name: String, val topic: String)
Constructors
Link copied to clipboard
fun GetSubscriptionResult(deliveryConfig: DeliveryConfigResponse, exportConfig: ExportConfigResponse, name: String, topic: String)