module AdditionalRoleInfo:sig..end
module RoleSets:sig..end
type t = {
|
roleSets : |
(* |
The supported additional roles per primary role.
| *) |
|
_type : |
(* |
The content type that this additional role info applies to.
| *) |
val roleSets : (t,
RoleSets.t list)
GapiLens.t
val _type : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t