Get Registration Assignment Result
data class GetRegistrationAssignmentResult(val id: String, val name: String, val properties: RegistrationAssignmentPropertiesResponse, val type: String)
Registration assignment.
Constructors
Link copied to clipboard
constructor(id: String, name: String, properties: RegistrationAssignmentPropertiesResponse, type: String)