package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module About.FeaturesSource

Sourcetype t = {
  1. featureName : string;
    (*

    The name of the feature.

    *)
  2. featureRate : float;
    (*

    The request limit rate for this feature, in queries per second.

    *)
}
Sourceval featureName : (t, string) GapiLens.t
Sourceval featureRate : (t, float) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.