FileRefInOut

case class FileRefInOut(fileName: String, @Schema$$annotations$$description("A reference to retrieve the file in your application.") ref: String, mimeType: Option[String])

In Camunda 8 only json is allowed!

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product