App

@Immutable
data class App(val name: String, val fileUploadConfig: FileUploadConfig, val imageUploadConfig: FileUploadConfig)

The representation of the app, with its configurations.

Parameters

name

The name of the app.

fileUploadConfig

FileUploadConfig The configuration of file uploads.

imageUploadConfig

FileUploadConfig The configuration of image uploads.

Constructors

Link copied to clipboard
constructor(name: String, fileUploadConfig: FileUploadConfig, imageUploadConfig: FileUploadConfig)

Properties

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