FrameworkControlSet

data class FrameworkControlSet(val controls: List<FrameworkControlSetControl>? = null, val id: String? = null, val name: String)

Constructors

Link copied to clipboard
fun FrameworkControlSet(controls: List<FrameworkControlSetControl>? = null, id: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of controls within the control set. See controls below.

Link copied to clipboard
val id: String? = null

Unique identifier of the control.

Link copied to clipboard

Name of the control set.