GetSlackChannelConfigurationPlainArgs

data class GetSlackChannelConfigurationPlainArgs(val channelId: String, val teamId: String) : ConvertibleToJava<GetSlackChannelConfigurationPlainArgs>

Constructors

Link copied to clipboard
constructor(channelId: String, teamId: String)

Properties

Link copied to clipboard

The channel ID in Slack, which identifies a channel within a workspace.

Link copied to clipboard

The team ID in Slack, which uniquely identifies a workspace.

Functions

Link copied to clipboard
open override fun toJava(): GetSlackChannelConfigurationPlainArgs