package gapi-ocaml

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

Parameters

module M : sig ... end

Signature

type t = {
  1. source : string;
  2. target : string;
}
val source : (t, string) GapiLens.t
val target : (t, string) GapiLens.t
include GdataAtom.AtomData with type t := t
val empty : t
val to_xml_data_model : t -> GdataCore.xml_data_model list
val of_xml_data_model : t -> GdataCore.xml_data_model -> t