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