AssignmentInfoResponse

data class AssignmentInfoResponse(val configuration: ConfigurationInfoResponse? = null, val name: String)

Information about the guest configuration assignment.

Constructors

Link copied to clipboard
constructor(configuration: ConfigurationInfoResponse? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the configuration.

Link copied to clipboard

Name of the guest configuration assignment.