sig
  type t = { _type : string; value : string; }
  val _type : (GapiCalendarV3Model.AclRule.Scope.t, string) GapiLens.t
  val value : (GapiCalendarV3Model.AclRule.Scope.t, string) GapiLens.t
  val empty : GapiCalendarV3Model.AclRule.Scope.t
  val render :
    GapiCalendarV3Model.AclRule.Scope.t -> GapiJson.json_data_model list
  val parse :
    GapiCalendarV3Model.AclRule.Scope.t ->
    GapiJson.json_data_model -> GapiCalendarV3Model.AclRule.Scope.t
end