GetChannelResult

data class GetChannelResult(val azureApiVersion: String, val channelFunctions: List<String>? = null, val channelType: String, val credentials: Map<String, String>? = null, val id: String, val name: String, val type: String)

The EngagementFabric channel

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, channelFunctions: List<String>? = null, channelType: String, credentials: Map<String, String>? = null, id: String, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The functions to be enabled for the channel

Link copied to clipboard

The channel type

Link copied to clipboard
val credentials: Map<String, String>? = null

The channel credentials

Link copied to clipboard
val id: String

The ID of the resource

Link copied to clipboard

The name of the resource

Link copied to clipboard

The fully qualified type of the resource