About.AdditionalRoleInfo
module RoleSets : sig ... end
type t = {
roleSets : RoleSets.t list; | (* The supported additional roles per primary role. *) |
_type : string; | (* 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