Functor GdataAtom.MakeTextConstruct

module MakeTextConstruct: 
functor (M : sig
val element_name : string
end) -> TextConstruct 
Parameters:
M : sig val element_name : string end

type t = {
   src : string;
   _type : string;
   lang : string;
   value : string;
}
val src : (t, string) GapiLens.t
val _type : (t, string) GapiLens.t
val lang : (t, string) GapiLens.t
val value : (t, string) GapiLens.t
include GdataAtom.AtomData