Module GdataAtom.Contributor

module Contributor: PersonConstruct 

type t = {
   lang : string;
   email : GdataAtom.atom_email;
   name : GdataAtom.atom_name;
   uri : GdataAtom.atom_uri;
}
val lang : (t, string) GapiLens.t
val email : (t, GdataAtom.atom_email) GapiLens.t
val name : (t, GdataAtom.atom_name) GapiLens.t
val uri : (t, GdataAtom.atom_uri) GapiLens.t
include GdataAtom.AtomData