Module Urls.Details

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. '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