GetFrameworkControlSet

data class GetFrameworkControlSet(val controls: List<GetFrameworkControlSetControl>? = null, val id: String, val name: String) : ConvertibleToJava<GetFrameworkControlSet>

Constructors

Link copied to clipboard
constructor(controls: List<GetFrameworkControlSetControl>? = null, id: String, name: String)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

Name of the framework.

Functions

Link copied to clipboard
open override fun toJava(): GetFrameworkControlSet