package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. email : string;
  2. rel : string;
  3. value : string;
  4. resource : ResourceProperty.t;
  5. attendeeStatus : gdata_attendeeStatus;
}
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