Provides struct and type for a PersonToTeamRelationship
Summary
Types
@type t() :: %Gleanex.Client.PersonToTeamRelationship{ customRelationshipStr: String.t() | nil, joinDate: DateTime.t() | nil, person: Gleanex.Client.Person.t(), relationship: String.t() | nil }