package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. securityUpdateEligible : bool;
    (*

    Whether the file is eligible for security update.

    *)
  2. securityUpdateEnabled : bool;
    (*

    Whether the security update is enabled for this file.

    *)
}
val securityUpdateEligible : (t, bool) GapiLens.t
val securityUpdateEnabled : (t, bool) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t