Registration Assignment Properties Response Registration Definition
data class RegistrationAssignmentPropertiesResponseRegistrationDefinition(val id: String, val name: String, val plan: PlanResponse? = null, val properties: RegistrationAssignmentPropertiesResponseProperties? = null, val systemData: SystemDataResponse, val type: String)
The registration definition associated with the registration assignment.
Constructors
Link copied to clipboard
constructor(id: String, name: String, plan: PlanResponse? = null, properties: RegistrationAssignmentPropertiesResponseProperties? = null, systemData: SystemDataResponse, type: String)