TaskBridgeMultipartAttachment

data class TaskBridgeMultipartAttachment(val fieldName: String = "attachments", val fileName: String, val contentType: String = "application/octet-stream", val content: ByteArray)

Represents a file attachment for a multipart task creation request.

Constructors

Link copied to clipboard
constructor(fieldName: String = "attachments", fileName: String, contentType: String = "application/octet-stream", content: ByteArray)

Properties

Link copied to clipboard

Raw byte content of the file.

Link copied to clipboard

The MIME type of the file.

Link copied to clipboard

The multipart form field name.

Link copied to clipboard

The name of the file.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int