package gapi-ocaml

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

Module AccountTreeRequest.AccountSettingsSource

Sourcetype t = {
  1. shareAnonymouslyWithOthers : bool;
  2. shareWithGoogleProducts : bool;
  3. shareWithSpecialists : bool;
  4. shareWithSupport : bool;
}
Sourceval shareAnonymouslyWithOthers : (t, bool) GapiLens.t
Sourceval shareWithGoogleProducts : (t, bool) GapiLens.t
Sourceval shareWithSpecialists : (t, bool) GapiLens.t
Sourceval shareWithSupport : (t, bool) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list