LogFile

data class LogFile(val dateCreated: DateTime, val dateModified: DateTime, val size: Long, val name: String)

Constructors

Link copied to clipboard
constructor(dateCreated: DateTime, dateModified: DateTime, size: Long, name: String)

Properties

Link copied to clipboard

The date created.

Link copied to clipboard

The date modified.

Link copied to clipboard

The name.

Link copied to clipboard
val size: Long

The size.