Module GdataACL.Entry

type t = {
common : GdataAtom.BasicEntry.t;
scope : Scope.t;
role : string;
additionalRole : string;
withKey : RoleWithKey.t;
batch : GdataBatch.BatchExtensions.t;
}
val common : (tGdataAtom.BasicEntry.t) GapiLens.t
val scope : (tScope.t) GapiLens.t
val role : (t, string) GapiLens.t
val additionalRole : (t, string) GapiLens.t
val withKey : (tRoleWithKey.t) GapiLens.t
val batch : (tGdataBatch.BatchExtensions.t) GapiLens.t
val etag : (t, string) GapiLens.t
val id : (tGdataAtom.atom_id) GapiLens.t
val categories : (tGdataAtom.Category.t list) GapiLens.t
include GdataAtom.AtomData with type t := t
type 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