DirectoryList

data class DirectoryList(val kind: String = "discovery#directoryList", val discoveryVersion: String, val items: List<DirectoryItem>)(source)

JSON as returned by the Google API discovery.apis.list method.

See https://developers.google.com/discovery/v1/reference/apis/list#response for more info

Constructors

Link copied to clipboard
constructor(kind: String = "discovery#directoryList", discoveryVersion: String, items: List<DirectoryItem>)

Properties

Link copied to clipboard

Indicate the version of the Discovery API used to generate this doc.

Link copied to clipboard

The individual directory entries. One entry per API/version pair.

Link copied to clipboard

The fixed string discovery#directoryList.