Get Conversation Plain Args
data class GetConversationPlainArgs(val channelId: String? = null, val isPrivate: Boolean? = null, val name: String? = null) : ConvertibleToJava<GetConversationPlainArgs>
A collection of arguments for invoking getConversation.