LibraryRequirementsResponse

data class LibraryRequirementsResponse(val content: String? = null, val filename: String? = null, val time: String)

Library requirements for a Big Data pool powered by Apache Spark

Constructors

Link copied to clipboard
constructor(content: String? = null, filename: String? = null, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The library requirements.

Link copied to clipboard
val filename: String? = null

The filename of the library requirements file.

Link copied to clipboard

The last update time of the library requirements file.