package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. uri : string;
  2. version : string;
  3. value : string;
}
val uri : (t, string) GapiLens.t
val version : (t, string) GapiLens.t
val value : (t, string) GapiLens.t
include 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