Module GapiDriveV2Model.About.AdditionalRoleInfo.RoleSets

module RoleSets: sig .. end

type t = {
   additionalRoles : string list; (*
The supported additional roles with the primary role.
*)
   primaryRole : string; (*
A primary permission role.
*)
}
val additionalRoles : (t, string list)
GapiLens.t
val primaryRole : (t, string) GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t