Module GdataACL.Entry

module Entry: sig .. end

type t = {
   common : GdataAtom.BasicEntry.t;
   scope : GdataACL.Scope.t;
   role : string;
   additionalRole : string;
   withKey : GdataACL.RoleWithKey.t;
   batch : GdataBatch.BatchExtensions.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