package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Args : sig ... end
type t = {
  1. args : Args.t list;
    (*

    List of arguments for the format string.

    *)
  2. format : string;
    (*

    A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Unnecessary metadata for this resource adds an additional $1 bytes to its download size'.

    *)
}
val args : (t, Args.t list) GapiLens.t
val format : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t