Module GapiDiscoveryV1Model.RestDescription.Icons

module Icons: sig .. end

type t = {
   x16 : string; (*
The URL of the 16x16 icon.
*)
   x32 : string; (*
The URL of the 32x32 icon.
*)
}
val x16 : (t, string) GapiLens.t
val x32 : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t