package gapi-ocaml

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

    The ID of the file that this shortcut points to.

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

    *)
}
val targetId : (t, string) GapiLens.t
val targetMimeType : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t