Module GdataACL.Scope

module Scope: sig .. end

type t = {
   _type : string;
   value : string;
   name : string;
}
val _type : (t, string) GapiLens.t
val value : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
include GdataAtom.AtomData