ServerFileInfo

data class ServerFileInfo(val storeId: String, val fileId: String, val createDate: Long?, val author: String)

Holds file's information created by server.

Constructors

Link copied to clipboard
constructor(storeId: String, fileId: String, createDate: Long?, author: String)

Properties

Link copied to clipboard

ID of the user who created the file

Link copied to clipboard

File's creation timestamp

Link copied to clipboard

ID of the file

Link copied to clipboard

ID of the Store