package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module RoleSets : sig ... end
type t = {
  1. roleSets : RoleSets.t list;
    (*

    The supported additional roles per primary role.

    *)
  2. _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