package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. shareAnonymouslyWithOthers : bool;
  2. shareWithGoogleProducts : bool;
  3. shareWithSpecialists : bool;
  4. shareWithSupport : bool;
}
val shareAnonymouslyWithOthers : (t, bool) GapiLens.t
val shareWithGoogleProducts : (t, bool) GapiLens.t
val shareWithSpecialists : (t, bool) GapiLens.t
val shareWithSupport : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t