package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. common : GdataAtom.BasicEntry.t;
  2. scope : Scope.t;
  3. role : string;
  4. additionalRole : string;
  5. withKey : RoleWithKey.t;
  6. batch : GdataBatch.BatchExtensions.t;
}
val scope : (t, Scope.t) GapiLens.t
val role : (t, string) GapiLens.t
val additionalRole : (t, string) GapiLens.t
val withKey : (t, RoleWithKey.t) GapiLens.t
val etag : (t, string) GapiLens.t
val categories : (t, GdataAtom.Category.t list) 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