package gapi-ocaml

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

Module File.LinkShareMetadataSource

Sourcetype t = {
  1. securityUpdateEligible : bool;
    (*

    Output only. Whether the file is eligible for security update.

    *)
  2. securityUpdateEnabled : bool;
    (*

    Output only. Whether the security update is enabled for this file.

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