Module File.LinkShareMetadata

type t = {
securityUpdateEligible : bool;(*

Whether the file is eligible for security update.

*)
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