Module AccountTreeRequest.AccountSettings

type t = {
shareAnonymouslyWithOthers : bool;
shareWithGoogleProducts : bool;
shareWithSpecialists : bool;
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