Provides struct and type for a UserRoleSpecification
Summary
Types
@type t() :: %Gleanex.Client.UserRoleSpecification{ group: Gleanex.Client.Group.t() | nil, person: Gleanex.Client.Person.t() | nil, role: String.t(), sourceDocumentSpec: map() | nil }