Get Api Result
data class GetApiResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The set of contacts
Link copied to clipboard
The custom metadata defined for API catalog entities.
Link copied to clipboard
Description of the API.
Link copied to clipboard
The set of external documentation
Link copied to clipboard
The license information for the API.
Link copied to clipboard
Current lifecycle stage of the API.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Terms of service for the API.