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.

Constructors

Link copied to clipboard
constructor(kind: String, id: String, name: String, version: String, title: String, description: String, discoveryRestUrl: String, discoveryLink: String? = null, icons: SchemaIcons, documentationLink: String? = null, labels: List<String> = listOf(), preferred: Boolean)

Properties

Link copied to clipboard

The description of this API.

Link copied to clipboard
val discoveryLink: String? = null

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.

Link copied to clipboard
val id: String

The ID of this API.

Link copied to clipboard

The kind for this response.

Link copied to clipboard

Labels for the status of this API, such as limited_availability or deprecated.

Link copied to clipboard

The name of this API.

Link copied to clipboard

true if this version is the preferred version to use.

Link copied to clipboard

The title of this API.

Link copied to clipboard

The version of this API.