Module DirectoryList.Items

module Icons : sig ... end
type t = {
description : string;

The description of this API.

discoveryRestUrl : string;

The URL for the discovery REST document.

icons : Icons.t;

Links to 16x16 and 32x32 icons representing the API.

id : string;

The id of this API.

kind : string;

The kind for this response.

labels : string list;

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

name : string;

The name of the API.

preferred : bool;

True if this version is the preferred version to use.

title : string;

The title of this API.

version : string;

The version of the API.

}
val description : (t, string) GapiLens.t
val discoveryRestUrl : (t, string) GapiLens.t
val icons : (tIcons.t) GapiLens.t
val id : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val labels : (tstring list) GapiLens.t
val name : (t, string) GapiLens.t
val preferred : (t, bool) GapiLens.t
val title : (t, string) GapiLens.t
val version : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t