Module GapiDiscoveryV1Model.DirectoryList

module Items : sig ... end
type t = {
discoveryVersion : string;

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

items : Items.t list;

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

kind : string;

The kind for this response.

}
val discoveryVersion : (t, string) GapiLens.t
val items : (tItems.t list) GapiLens.t
val kind : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t