module Entry: sig .. end
type t = {
}
val common : (t, GdataAtom.BasicEntry.t) GapiLens.t
val scope : (t, GdataACL.Scope.t) GapiLens.t
val role : (t, string) GapiLens.t
val additionalRole : (t, string) GapiLens.t
val withKey : (t, GdataACL.RoleWithKey.t) GapiLens.t
val batch : (t, GdataBatch.BatchExtensions.t) GapiLens.t
val etag : (t, string) GapiLens.t
val id : (t, GdataAtom.atom_id) GapiLens.t
val links : (t, GdataAtom.Link.t list) GapiLens.t
val categories : (t, GdataAtom.Category.t list) GapiLens.t
include GdataAtom.AtomData