Get Api Result
data class GetApiResult(val contacts: List<ContactResponse>? = null, val customProperties: Any? = null, val description: String? = null, val externalDocumentation: List<ExternalDocumentationResponse>? = null, val id: String, val kind: String, val license: LicenseResponse? = null, val lifecycleStage: String, val name: String, val summary: String? = null, val systemData: SystemDataResponse, val termsOfService: TermsOfServiceResponse? = null, val title: String, val type: String)
API entity.
Constructors
Link copied to clipboard
fun GetApiResult(contacts: List<ContactResponse>? = null, customProperties: Any? = null, description: String? = null, externalDocumentation: List<ExternalDocumentationResponse>? = null, id: String, kind: String, license: LicenseResponse? = null, lifecycleStage: String, name: String, summary: String? = null, systemData: SystemDataResponse, termsOfService: TermsOfServiceResponse? = null, title: String, type: String)