Get Registration Definition Result
data class GetRegistrationDefinitionResult(val id: String, val name: String, val plan: PlanResponse? = null, val properties: RegistrationDefinitionPropertiesResponse, val systemData: SystemDataResponse, val type: String)
The registration definition.
Constructors
Link copied to clipboard
constructor(id: String, name: String, plan: PlanResponse? = null, properties: RegistrationDefinitionPropertiesResponse, systemData: SystemDataResponse, type: String)