Get Guest Configuration Assignment Result
data class GetGuestConfigurationAssignmentResult(val id: String, val location: String? = null, val name: String? = null, val properties: GuestConfigurationAssignmentPropertiesResponse, val type: String)
Guest configuration assignment is an association between a machine and guest configuration.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String? = null, properties: GuestConfigurationAssignmentPropertiesResponse, type: String)