Service Bus Authentication Response
data class ServiceBusAuthenticationResponse(val sasKey: String? = null, val sasKeyName: String? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun ServiceBusAuthenticationResponse(sasKey: String? = null, sasKeyName: String? = null, type: String? = null)