GroupPropertiesResponse

data class GroupPropertiesResponse(val areAssessmentsRunning: Boolean, val assessments: List<String>, val createdTimestamp: String, val groupStatus: String, val groupType: String? = null, val machineCount: Int, val updatedTimestamp: String)

Properties of group resource.

Constructors

Link copied to clipboard
constructor(areAssessmentsRunning: Boolean, assessments: List<String>, createdTimestamp: String, groupStatus: String, groupType: String? = null, machineCount: Int, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If the assessments are in running state.

Link copied to clipboard

List of References to Assessments created on this group.

Link copied to clipboard

Time when this group was created. Date-Time represented in ISO-8601 format.

Link copied to clipboard

Whether the group has been created and is valid.

Link copied to clipboard
val groupType: String? = null

The type of group.

Link copied to clipboard

Number of machines part of this group.

Link copied to clipboard

Time when this group was last updated. Date-Time represented in ISO-8601 format.