InputFile

@Serializable
data class InputFile(val data: ByteArray, val fileName: String = DEFAULT_FILENAME, val contentType: String = DEFAULT_CONTENT_TYPE)

Constructors

Link copied to clipboard
constructor(data: ByteArray, fileName: String = DEFAULT_FILENAME, contentType: String = DEFAULT_CONTENT_TYPE)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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