ArchiveFileInfo

@Serializable
data class ArchiveFileInfo(val filename: String, val timestamp: String, val contentType: String? = null, val identifier: String? = null, val stepPath: String? = null, val jsonSchema: String? = null)

Constructors

Link copied to clipboard
constructor(filename: String, timestamp: String, contentType: String? = null, identifier: String? = null, stepPath: String? = null, jsonSchema: String? = null)

Properties

Link copied to clipboard
val contentType: String? = null
Link copied to clipboard
Link copied to clipboard
val identifier: String? = null
Link copied to clipboard
val jsonSchema: String? = null
Link copied to clipboard
val stepPath: String? = null
Link copied to clipboard