WebApplicationFrameworkResponse

data class WebApplicationFrameworkResponse(val id: String, val name: String? = null, val version: String? = null)

Framework specific data for a web application.

Constructors

Link copied to clipboard
constructor(id: String, name: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Gets the ID.

Link copied to clipboard
val name: String? = null

Gets or sets Name of the framework.

Link copied to clipboard
val version: String? = null

Gets or sets Version of the framework.