Module 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 : (tRoleSets.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