AttachmentScope

sealed class AttachmentScope

The scope of the attachment. Valid values are:

  • EMAIL - Attachments for email messages.

  • CHAT - Attachments for chat conversations.

  • CASE - Attachments for cases.

  • TASK - Attachments for tasks.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : AttachmentScope
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String