Urls.Result
module Args : sig ... end
type t = {
args : Args.t list; | (* List of arguments for the format string. *) |
format : string; | (* A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Minifying the resource at URL $1 can save $2 bytes'. *) |
}
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