File.ShortcutDetails
type t = {
targetId : string;
The ID of the file that this shortcut points to.
*)targetMimeType : string;
The MIME type of the file that this shortcut points to. The value of this field is a snapshot of the target's MIME type, captured when the shortcut is created.
*)targetResourceKey : string;
The ResourceKey for the target file.
*)}
val targetId : (t, string) GapiLens.t
val targetMimeType : (t, string) GapiLens.t
val targetResourceKey : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t