Get Api Definition Result
data class GetApiDefinitionResult(val description: String? = null, val id: String, val name: String, val specification: ApiDefinitionPropertiesSpecificationResponse, val systemData: SystemDataResponse, val title: String, val type: String)
API definition entity.
Constructors
Link copied to clipboard
constructor(description: String? = null, id: String, name: String, specification: ApiDefinitionPropertiesSpecificationResponse, systemData: SystemDataResponse, title: String, type: String)