Module GdataACL.RoleWithKey

module RoleWithKey: sig .. end

type t = {
   key : string;
   role : string;
}
val key : (t, string) GapiLens.t
val role : (t, string) GapiLens.t
include GdataAtom.AtomData