package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. code : int;
  2. reason : string;
  3. content_type : string;
  4. content : string;
}
val code : (t, int) GapiLens.t
val reason : (t, string) GapiLens.t
val content_type : (t, string) GapiLens.t
val content : (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