Outlook Channel Response
data class OutlookChannelResponse(val channelName: String, val etag: String? = null, val location: String? = null, val provisioningState: String)
Outlook channel definition
Constructors
Link copied to clipboard
fun OutlookChannelResponse(channelName: String, etag: String? = null, location: String? = null, provisioningState: String)