package gapi-ocaml

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

Module Filter.LowercaseDetailsSource

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

    Field to use in the filter.

    *)
  2. fieldIndex : int;
    (*

    The Index of the custom dimension. Required if field is a CUSTOM_DIMENSION.

    *)
}
Sourceval field : (t, string) GapiLens.t
Sourceval fieldIndex : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list