sig
type t = { _type : string; value : string; name : string; }
val _type : (GdataACL.Scope.t, string) GapiLens.t
val value : (GdataACL.Scope.t, string) GapiLens.t
val name : (GdataACL.Scope.t, string) GapiLens.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
end