Get Slack Channel Configuration Result
data class GetSlackChannelConfigurationResult(val channelName: String? = null, val channelRoleArn: String? = null, val notifyOnAddCorrespondenceToCase: Boolean? = null, val notifyOnCaseSeverity: SlackChannelConfigurationNotifyOnCaseSeverity? = null, val notifyOnCreateOrReopenCase: Boolean? = null, val notifyOnResolveCase: Boolean? = null)
Constructors
Link copied to clipboard
fun GetSlackChannelConfigurationResult(channelName: String? = null, channelRoleArn: String? = null, notifyOnAddCorrespondenceToCase: Boolean? = null, notifyOnCaseSeverity: SlackChannelConfigurationNotifyOnCaseSeverity? = null, notifyOnCreateOrReopenCase: Boolean? = null, notifyOnResolveCase: Boolean? = null)