GetRamDirectoriesDirectoryLog

data class GetRamDirectoriesDirectoryLog(val level: String, val message: String, val step: String, val timeStamp: String)

Constructors

Link copied to clipboard
constructor(level: String, message: String, step: String, timeStamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The level of log.

Link copied to clipboard

The message of log.

Link copied to clipboard

The step of log.

Link copied to clipboard

The time stamp of log.