DirectoryItem
data class DirectoryItem(val kind: String, val id: String, val name: String, val version: String, val title: String, val description: String, val discoveryRestUrl: String, val discoveryLink: String? = null, val icons: SchemaIcons, val documentationLink: String? = null, val labels: List<String> = listOf(), val preferred: Boolean)(source)
Data class to represent an individual directory item.
Properties
Link copied to clipboard
The description of this API.
Link copied to clipboard
A link to the discovery document.
Link copied to clipboard
The URL for the discovery REST document.
Link copied to clipboard
A link to human readable documentation for the API.
Link copied to clipboard
Links to 16x16 and 32x32 icons representing the API.