package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. country : string;
    (*

    The country this blog's locale is set to.

    *)
  2. language : string;
    (*

    The language this blog is authored in.

    *)
  3. variant : string;
    (*

    The language variant this blog is authored in.

    *)
}
val country : (t, string) GapiLens.t
val language : (t, string) GapiLens.t
val variant : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t